blob: c0840fd0ff7fca54841a96a78496439bf817df6c [file] [log] [blame]
{
"name": "CPPublicPodsTestSDK",
"version": "0.0.3",
"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.3"
},
"source_files": [
"SDK",
"SDK/**/*.{h,m}"
],
"requires_arc": true
}