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