[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 1 / 0 / a / rx-coordinator / 0.2.0 / rx-coordinator.podspec.json
blobd0f8e64e8e1fd13e308e0a583fc5a9a1d9cfee20
2   "name": "rx-coordinator",
3   "version": "0.2.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.2.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   }