blob: e05b28576ccd43f829f484440888eb6b1825ae39 [file] [log] [blame]
{
"name": "ProjectA",
"version": "1.0.0",
"summary": "A project of ProjectA.",
"description": "测试程序支持cocoaPods,使用ProjectA,这次应该成功了吧.",
"homepage": "https://github.com/niuzai327/ProjectA",
"license": "MIT",
"authors": {
"YXY": "1064136787@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/niuzai327/ProjectA.git",
"tag": "1.0.0"
},
"source_files": [
"ProjectA",
"ProjectA/**/*.{h,m}"
],
"requires_arc": true
}