blob: 514abf131f48706e88a4c4bbe216e0d1aa372934 [file] [log] [blame]
{
"name": "RxCoordinator",
"version": "0.3.9",
"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.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxCoordinator/**/*.{h,swift}",
"dependencies": {
"NeoCoordinator": [
"~> 0.3.7"
],
"RxSwift": [
],
"RxCocoa": [
],
"Action": [
]
}
}