blob: 625de803d7dd94b28734bbe3cdbe6dd1c653c5bd [file] [log] [blame]
{
"name": "LJ_CocopodsDemo",
"version": "0.0.1",
"summary": "这是一个摘要",
"description": "描述要比摘要长,否则会收到一个警告",
"homepage": "https://github.com/LeoFavor1562/CocopodsDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"18610011562@163.com": "LeoFavor"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LeoFavor1562/CocopodsDemo.git",
"tag": "0.0.1"
},
"source_files": [
"CocopodsDemo",
"CocopodsDemo/**/*.{h,m}",
"CocopodsDemo/**/**/*.{h,m}"
],
"exclude_files": "CocopodsDemo/**/FileD.{h,m}",
"requires_arc": true
}