[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 4 / 3 / ZRouter / 1.1.0 / ZRouter.podspec.json
blobde489b65dc63f7ea213a2b73cf9edb9cf0073373
2   "name": "ZRouter",
3   "version": "1.1.0",
4   "summary": "Interface-Oriented iOS Swift router for discovering modules and injecting dependencies with protocol.",
5   "description": "Interface-Oriented iOS Swift router for discovering modules and injecting dependencies with protocol, designed for VIPER. The view router can perform all navigation types in UIKit through one method. The service router can discover service with protocol.",
6   "homepage": "https://github.com/Zuikyo/ZIKRouter",
7   "license": "MIT",
8   "authors": {
9     "Zuikyo": "zuikxyo@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0"
15   },
16   "swift_versions": "4.0",
17   "source": {
18     "git": "https://github.com/Zuikyo/ZIKRouter.git",
19     "tag": "swift-1.1.0"
20   },
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS": "-Xcc -Wno-incomplete-umbrella"
24   },
25   "default_subspecs": [
26     "ServiceRouter",
27     "ViewRouter"
28   ],
29   "swift_version": "4.0",
30   "subspecs": [
31     {
32       "name": "ServiceRouter",
33       "dependencies": {
34         "ZIKRouter/ServiceRouter": [
35           ">= 1.1.0"
36         ]
37       },
38       "source_files": [
39         "ZRouter/*.swift",
40         "ZRouter/ServiceRouter/*.swift"
41       ]
42     },
43     {
44       "name": "ViewRouter",
45       "dependencies": {
46         "ZRouter/ServiceRouter": [
48         ],
49         "ZIKRouter/ViewRouter": [
50           ">= 1.1.0"
51         ]
52       },
53       "source_files": "ZRouter/ViewRouter/*.swift"
54     }
55   ]