[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 8 / 4 / 3 / ZRouter / 1.0.9 / ZRouter.podspec.json
blobe6b5abc8636bdf631630d625dbf9c197be1c8fea
2   "name": "ZRouter",
3   "version": "1.0.9",
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_version": "4.0",
17   "source": {
18     "git": "https://github.com/Zuikyo/ZIKRouter.git",
19     "tag": "swift-1.0.9"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "ServiceRouter",
24     "ViewRouter"
25   ],
26   "subspecs": [
27     {
28       "name": "ServiceRouter",
29       "dependencies": {
30         "ZIKRouter/ServiceRouter": [
31           ">= 1.0.9"
32         ]
33       },
34       "source_files": [
35         "ZRouter/*.swift",
36         "ZRouter/ServiceRouter/*.swift"
37       ]
38     },
39     {
40       "name": "ViewRouter",
41       "dependencies": {
42         "ZRouter/ServiceRouter": [
44         ],
45         "ZIKRouter/ViewRouter": [
46           ">= 1.0.9"
47         ]
48       },
49       "source_files": "ZRouter/ViewRouter/*.swift"
50     }
51   ]