blob: 265d54dce15b683184aeea9ab35fbbee121870f9 [file] [log] [blame]
{
"name": "CPPublicPodsTestSDK",
"version": "0.0.1",
"summary": "测试公有CocoaPods。",
"description": "仅仅是测试一下在CocoaPods上创建公有Pods开源SDK。",
"homepage": "https://bitbucket.org/abbottduan/cppublicpodstestsdk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"duansong": "tqdsong@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://bitbucket.org/abbottduan/cppublicpodstestsdk.git",
"tag": "0.0.1"
},
"source_files": [
"SDK",
"SDK/**/*.{h,m}"
],
"requires_arc": true
}