blob: 43bd8cbb098edca96bd6db170143d243aef4d9e2 [file] [log] [blame]
{
"name": "HCModuleLifecycle",
"version": "0.0.1",
"summary": "App的模块声明周期管理,主要是瘦身AppDelegate,将AppDelegate中各模块的业务剥离到模块中去",
"description": "管理各个模块的生命周期,自动获取App的模块无需注册,一键式转发生命周期调度到各个模块",
"homepage": "https://github.com/jayhe/HCModuleLifecycle",
"license": "MIT",
"authors": {
"jayhe": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jayhe/HCModuleLifecycle.git",
"tag": "0.0.1"
},
"source_files": "HCMoudleLifecycle/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Aspects": [
]
}
}