blob: 3348613319d075e057601450b99ae703ad5b0de0 [file] [log] [blame]
{
"name": "Person",
"version": "0.0.1",
"summary": "Person",
"description": "Person这是一个详细的描述一定要比summary长,要不然报警的!",
"homepage": "https://github.com/Petarding/testP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张圆圆": "952865711@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Petarding/testP.git",
"tag": "0.0.1"
},
"source_files": [
"Person",
"Person/**/*.{h,m}"
],
"requires_arc": true
}