blob: 72289e2ea5f1166003c7e3b84302d6b909d30fb5 [file] [log] [blame]
{
"name": "TestPod_jiangbin",
"version": "0.0.5",
"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.5"
},
"requires_arc": true,
"subspecs": [
{
"name": "Tools",
"source_files": "Tools/*.{h,m}",
"public_header_files": "Tools/*.h"
}
]
}