blob: d0f8e64e8e1fd13e308e0a583fc5a9a1d9cfee20 [file] [log] [blame]
{
"name": "rx-coordinator",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "RxCoordinator/Sources/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}