[Add] MARSDK_EASPRO 5.0.3
[CocoaPods.git] / Specs / 5 / 3 / a / HCModuleLifecycle / 0.0.1 / HCModuleLifecycle.podspec.json
blob43bd8cbb098edca96bd6db170143d243aef4d9e2
2   "name": "HCModuleLifecycle",
3   "version": "0.0.1",
4   "summary": "App的模块声明周期管理,主要是瘦身AppDelegate,将AppDelegate中各模块的业务剥离到模块中去",
5   "description": "管理各个模块的生命周期,自动获取App的模块无需注册,一键式转发生命周期调度到各个模块",
6   "homepage": "https://github.com/jayhe/HCModuleLifecycle",
7   "license": "MIT",
8   "authors": {
9     "jayhe": "email@address.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/jayhe/HCModuleLifecycle.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "HCMoudleLifecycle/Classes/**/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Aspects": [
27     ]
28   }