[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 4 / HoloLifecycle / 2.1.0 / HoloLifecycle.podspec.json
blob50bcc91068909d55d409570d6922d0df250158b3
2   "name": "HoloLifecycle",
3   "version": "2.1.0",
4   "summary": "组件化分发生命周期工具类",
5   "description": "所有继承 HoloBaseLifecycle 的子类都能够拥有执行 UIApplicationDelegate 生命周期方法的能力。或者,任意类在 load 方法内使用 HoloLifecycleManager 方法进行注册,遵循 HoloLifecycleProtocol 协议指定优先级 也可拥有执行 UIApplicationDelegate 生命周期方法的能力。",
6   "homepage": "https://github.com/HoloFoundation/HoloLifecycle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gonghonglou": "gonghonglou@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/HoloFoundation/HoloLifecycle.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HoloLifecycle/Classes/**/*",
22   "dependencies": {
23     "Aspects": [
25     ]
26   }