blob: 8c9be30dd5a9df679e76cd11630ecd04fb9c5e35 [file] [log] [blame]
{
"name": "ZSModule",
"version": "0.0.5",
"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.5"
},
"default_subspecs": "FrameWork",
"requires_arc": true,
"subspecs": [
{
"name": "Home",
"subspecs": [
{
"name": "Controller",
"source_files": "ZSModule/Classes/Home/Controller/*.{h,m}",
"dependencies": {
"ZSModule/Module": [
]
}
}
]
},
{
"name": "Service",
"source_files": "ZSModule/Classes/Service/*.{h,m}"
},
{
"name": "Module",
"source_files": "ZSModule/Classes/Module/*.{h,m}",
"public_header_files": "ZSModule/Classes/Module/*.h"
},
{
"name": "FrameWork",
"ios": {
"vendored_frameworks": "ZSModule/Pod/*.framework"
}
}
]
}