blob: 9d6a33c52773774665d33d9b46546aa117453fa5 [file] [log] [blame]
{
"name": "rx-coordinator",
"version": "0.4.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/jdisho/RxCoordinator",
"authors": {
"Stefan Kofler": "stefan.kofler@quickbirdstudios.com"
},
"summary": "Navigation framework based on coordinator pattern.",
"source": {
"git": "https://github.com/jdisho/RxCoordinator.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "RxCoordinator/Sources/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}