[Add] Dengage 5.73
[CocoaPods.git] / Specs / a / d / 9 / HFRouter / 0.1.0 / HFRouter.podspec.json
blob96379ea310e6c951fdb2e5f335fa71e117f4d19b
2   "name": "HFRouter",
3   "version": "0.1.0",
4   "summary": "路由",
5   "description": "中间间路由组件",
6   "homepage": "https://github.com/Components-iOS/HFRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuhongfei": "13718045729@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Components-iOS/HFRouter.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "subspecs": [
22     {
23       "name": "CTMediator",
24       "source_files": "HFRouter/Classes/CTMediator/**/*"
25     },
26     {
27       "name": "MGJRouter",
28       "source_files": "HFRouter/Classes/MGJRouter/**/*"
29     }
30   ]