[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / a / rx-coordinator / 0.3.0 / rx-coordinator.podspec.json
blob2e04675dbc9e11a96a36be6e9cc9f7cbcf45ae28
2   "name": "rx-coordinator",
3   "version": "0.3.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/jdisho/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/jdisho/RxCoordinator.git",
14     "tag": "0.3.0"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "source_files": "RxCoordinator/Sources/*.swift",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.0"
25     ],
26     "RxCocoa": [
27       "~> 4.0"
28     ]
29   }