[Add] HyperTrident 2.2.2.3
[CocoaPods.git] / Specs / 1 / 0 / a / rx-coordinator / 0.6.0 / rx-coordinator.podspec.json
blobf4923d924c8e2aa2ee3317f55c74dfe73d965372
2   "name": "rx-coordinator",
3   "version": "0.6.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/quickbirdstudios/RxCoordinator",
8   "authors": {
9     "Stefan Kofler": "stefan.kofler@quickbirdstudios.com"
10   },
11   "summary": "Navigation framework based on coordinator pattern.",
12   "source": {
13     "git": "https://github.com/quickbirdstudios/RxCoordinator.git",
14     "tag": "0.6.0"
15   },
16   "module_name": "RxCoordinator",
17   "swift_version": "4.1",
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "source_files": "RxCoordinator/Sources/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ]
31   }