blob: 763ccc57b805da3413f1443c4f5001794c3759e4 [file] [log] [blame]
{
"name": "CwgDemoTest",
"version": "0.5.0",
"summary": "测试一个牛逼的项目",
"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.5.0"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"source_files": "CwgDemoTest/Classes/**/*",
"public_header_files": "CwgDemoTest/Classes/**/{CwgNetworking,CwgWebImage}.h",
"ios": {
"vendored_frameworks": "CwgDemoTest-0.4.0/ios/CwgDemoTest.framework"
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"SDWebImage": [
]
}
}