blob: aa07bb1946dbf63dbce7eaf4f424349fc9f2e3b1 [file] [log] [blame]
{
"name": "ZSModule",
"version": "0.0.7",
"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.7"
},
"default_subspecs": "FrameWork",
"requires_arc": true,
"subspecs": [
{
"name": "Source",
"subspecs": [
{
"name": "Home",
"subspecs": [
{
"name": "Controller",
"source_files": "ZSModule/Classes/Home/Controller/*.{h,m}",
"dependencies": {
"ZSModule/Source/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"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_FRAME=1"
}
}
]
}