[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 3 / ZRouter / 1.0.1 / ZRouter.podspec.json
blobf9b22e5c607f7984706968f0545531d58ad714d7
2   "name": "ZRouter",
3   "version": "1.0.1",
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   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/Zuikyo/ZIKRouter.git",
17     "tag": "swift-1.0.1"
18   },
19   "source_files": "ZRouter/*.swift",
20   "requires_arc": true,
21   "dependencies": {
22     "ZIKRouter": [
23       ">= 1.0.1"
24     ]
25   }