[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / f / JJBlockRouter / 0.1.1 / JJBlockRouter.podspec.json
blobec448771a885d275e254edbd0a449ee0b26af088
2   "name": "JJBlockRouter",
3   "version": "0.1.1",
4   "summary": "Swift的简单好用、支持block回调、转发、拦截功能的路由框架",
5   "description": "适用于Swift的简单好用、支持block回调、转发、拦截功能的路由框架.",
6   "homepage": "https://github.com/zgjff/JJBlockRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zgjff": "zguijie1005@163.com"
13   },
14   "source": {
15     "git": "https://github.com/zgjff/JJBlockRouter.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Extension",
25       "source_files": "Sources/Extension/*.{swift}"
26     },
27     {
28       "name": "AlertPresentation",
29       "source_files": "Sources/AlertPresentation/*.{swift}"
30     },
31     {
32       "name": "Router",
33       "source_files": "Sources/Router/*.{swift}",
34       "dependencies": {
35         "JJBlockRouter/Extension": [
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.0"