CNPublishContent.podspec.json
616 Bytes
{
"name": "CNPublishContent",
"version": "0.1.0",
"summary": "测试发布页面pod打包",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"殷巧娟": "1427945373@qq.com"
},
"source": {
"git": "http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CNPublishContent/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}