pod sepc说明文件写法

来源:互联网 发布:mac os apache 配置 编辑:程序博客网 时间:2024/05/29 15:38

参考xxxx

{

  "name": "xxxx",
  "version": "3.1.0",
  "summary": "xxxx easy way to xxxx",
  "homepage": "https://github.com/xxxx/xxxx",
  "license": "MIT",
  "authors": {
    "xxxx": "xxxx@qq.com"
  },
  "platforms": {
    "ios": "6.0"
  },
  "source": {
    "git": "https://github.com/xxxx/xxxx.git",
    "tag": "3.1.0"
  },
  "source_files": "xxxx/**/*.{h,m}",
  "resources": "xxxx/xxxx.bundle",
  "requires_arc": true

}


参考文章

http://www.exiatian.com/cocoapods安装使用及配置私有库/


0 0
原创粉丝点击