[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 3 / ZRouter / 0.9.0 / ZRouter.podspec.json
blob73e6ff42c209d0d4046cb6f56b14559042a0b256
2   "name": "ZRouter",
3   "version": "0.9.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": "zuilongzhizhu@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Zuikyo/ZIKRouter.git",
16     "tag": "swift-0.9.0"
17   },
18   "source_files": "ZRouter/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "ZIKRouter": [
22       ">= 0.13.0"
23     ]
24   },
25   "pushed_with_swift_version": "3.2"