[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / RxCoordinator / 0.3.8 / RxCoordinator.podspec.json
blob0342085668b6c7d0dbfa94e45d8ecd6b8c8d12e4
2   "name": "RxCoordinator",
3   "version": "0.3.8",
4   "summary": "A Rx wrapper on Coordinator.",
5   "description": "A coordinator implementation to easilly use it. A Coordinator is an object the encapsulates a lifecycle that is spread over a collection of view controllers.\nRxCoordinator provide some methods for Rx implementation.",
6   "homepage": "https://github.com/XavierDK/Coordinator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XavierDK": "xavier.dekoninck@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/XavierDK/Coordinator.git",
16     "tag": "0.3.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "RxCoordinator/**/*",
23   "dependencies": {
24     "NeoCoordinator": [
25       "~> 0.3.8"
26     ],
27     "RxSwift": [
29     ],
30     "RxCocoa": [
32     ],
33     "Action": [
35     ]
36   }