blob: e982a22f5c9de69c69e18346b3287ebeeeec296b [file] [log] [blame]
{
"name": "AppTemplateLib",
"version": "0.0.4",
"summary": "AppTemplateLib for quick start.",
"homepage": "https://github.com/linzhiman/AppTemplateLib",
"license": "MIT",
"authors": {
"linzhiman": "154298785@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/linzhiman/AppTemplateLib.git",
"tag": "0.0.4"
},
"default_subspecs": [
"Utility",
"Model",
"UI"
],
"subspecs": [
{
"name": "Utility",
"source_files": "AppTemplateLib/Utility/*.{h,m}"
},
{
"name": "Model",
"source_files": "AppTemplateLib/Model/*.{h,m}",
"dependencies": {
"AppTemplateLib/Utility": [
]
}
},
{
"name": "UI",
"source_files": "AppTemplateLib/UI/*.{h,m}",
"dependencies": {
"AppTemplateLib/Utility": [
]
}
}
]
}