[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / e / 7 / f / JJBlockRouter / 0.1.0 / JJBlockRouter.podspec.json
blob46f3f561cba2a43e6b7771c4d4a7bb6166583c18
2   "name": "JJBlockRouter",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "AlertPresentation",
25       "source_files": "Sources/AlertPresentation/*.{swift}"
26     },
27     {
28       "name": "Router",
29       "source_files": "Sources/Router/*.{swift}"
30     },
31     {
32       "name": "Extension",
33       "source_files": "Sources/Extension/*.{swift}"
34     }
35   ],
36   "swift_version": "5.0"