[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 4 / 3 / ZRouter / 1.0.5 / ZRouter.podspec.json
blob80b8e03eac65ebb5cb41e2115e03c200515f50f0
2   "name": "ZRouter",
3   "version": "1.0.5",
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.5"
20   },
21   "source_files": "ZRouter/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "ZIKRouter": [
25       ">= 1.0.5"
26     ]
27   }