blob: ce8fc0d4afa25a8f800b432b68123c653fcc8588 [file] [log] [blame]
{
"name": "TestPod_jiangbin",
"version": "0.0.3",
"summary": "A short description of HelloWorld.",
"description": "简介",
"homepage": "https://github.com/andy-jiangbin/HelloWorld",
"license": "MIT",
"authors": {
"jiangbin": "253200746@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/andy-jiangbin/HelloWorld.git",
"tag": "0.0.3"
},
"source_files": [
"Tools",
"Tools/*.{h,m}"
],
"public_header_files": "Tools/*.h",
"requires_arc": true,
"subspecs": [
{
"name": "Tools",
"source_files": "Tools/*.{h,m}",
"public_header_files": "Tools/*.h"
}
]
}