blob: d525e8213e1cb07af6e7db0685a48372cd8cdf1a [file] [log] [blame]
{
"name": "RxCoordinator",
"version": "0.2.0",
"summary": "A Rx wrapper on Coordinator.",
"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.",
"homepage": "https://github.com/XavierDK/Coordinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XavierDK": "xavier.dekoninck@gmail.com"
},
"source": {
"git": "https://github.com/XavierDK/Coordinator.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RxCoordinator/**/*",
"dependencies": {
"NeoCoordinator": [
"~> 0.2.0"
],
"RxSwift": [
],
"RxCocoa": [
],
"Action": [
]
},
"pushed_with_swift_version": "3.0"
}