blob: 78ab6c8d66249febfaff00d54809b7d55afe401d [file] [log] [blame]
{
"name": "CwgDemoTest",
"version": "0.10.0",
"summary": "测试一个Cocoapod项目",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/changwuguo/CwgDemoTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changwuguo@qq.com": "changwuguo@bytedance.com"
},
"source": {
"git": "https://github.com/changwuguo/CwgDemoTest.git",
"tag": "0.10.0"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"source_files": "CwgDemoTest/Classes/**/*",
"public_header_files": "CwgDemoTest/Classes/**/{CwgNetworking,CwgWebImage}.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"SDWebImage": [
]
}
}