blob: 5899d68b9e3a574c3a0ec0e6eaac935ecdc0004b [file] [log] [blame]
{
"name": "GTKit",
"summary": "HelpKit .",
"description": "帮助开发者快速集成项目。",
"version": "0.1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cary": "guojiashuang@live.com"
},
"homepage": "https://github.com/CaryGo/GTKit",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CaryGo/GTKit.git",
"tag": "0.1.2"
},
"requires_arc": true,
"source_files": "GTKit/**/*",
"subspecs": [
{
"name": "Common",
"source_files": "GTKit/Common/**/*",
"public_header_files": "GTKit/Common/**/*.h"
},
{
"name": "Foundation",
"source_files": "GTKit/Foundation/**/*",
"public_header_files": "GTKit/Foundation/**/*.h"
}
]
}