[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / a / rx-coordinator / 0.5.2 / rx-coordinator.podspec.json
blob027b1529c0b966948706d7d5586b9f269ca063e0
2   "name": "rx-coordinator",
3   "version": "0.5.2",
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.5.2"
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   }