blob: 0342085668b6c7d0dbfa94e45d8ecd6b8c8d12e4 [file] [log] [blame]
{
"name": "RxCoordinator",
"version": "0.3.8",
"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.3.8"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "RxCoordinator/**/*",
"dependencies": {
"NeoCoordinator": [
"~> 0.3.8"
],
"RxSwift": [
],
"RxCocoa": [
],
"Action": [
]
}
}