[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / a / rx-coordinator / 0.6.1 / rx-coordinator.podspec.json
blob906b22eb716e62b88f9e9e0bdcd88a37f24ba339
2   "name": "rx-coordinator",
3   "version": "0.6.1",
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.1"
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   "deprecated_in_favor_of": "XCoordinator",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ]
32   }