CNLivePublishContent.podspec.json
652 Bytes
{
"name": "CNLivePublishContent",
"version": "0.1.0",
"summary": "测试组件化",
"description": "测试组件化打包流程",
"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": "CNLivePublishContent/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
]
}
}