blob: af6e19bf4538bb50614c6317e63156a5b3d88168 [file] [log] [blame]
{
"name": "HoloLifecycle",
"version": "2.0.0",
"summary": "组件化分发生命周期工具类",
"description": "所有继承 HoloBaseLifecycle 的子类都能够拥有执行 UIApplicationDelegate 生命周期方法的能力。或者,任意类在 load 方法内使用 HoloLifecycleManager 方法进行注册,遵循 HoloLifecycleProtocol 协议指定优先级 也可拥有执行 UIApplicationDelegate 生命周期方法的能力。",
"homepage": "https://github.com/HoloFoundation/HoloLifecycle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gonghonglou": "gonghonglou@icloud.com"
},
"source": {
"git": "https://github.com/HoloFoundation/HoloLifecycle.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HoloLifecycle/Classes/**/*",
"dependencies": {
"Aspects": [
]
}
}