blob: dbbab574c7dd64862d428d407dfa38acc3642d09 [file] [log] [blame]
{
"name": "ZSModule",
"version": "0.0.1",
"summary": "测试demo",
"description": "就是用来测试的demo,没有什么意思。",
"homepage": "https://github.com/zhangguozhong/ZSModule.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhangguozhong/ZSModule.git",
"tag": "0.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Home",
"subspecs": [
{
"name": "Controller",
"source_files": "ZSModule/Classes/Home/Controller/*.{h,m}"
}
]
},
{
"name": "Service",
"source_files": "ZSModule/Classes/Service/*.{h,m}"
},
{
"name": "Module",
"source_files": "ZSModule/Classes/Module/*.{h,m}"
}
]
}