blob: d32c5c494dba0a94d248a1cfed4ad5abf3f4a642 [file] [log] [blame]
{
"name": "RxNavigationControllerPlus",
"version": "0.1.0",
"swift_version": "4.0",
"summary": "RxSwift custom property sinks for NavigationController / NavigationItem / NavigationBar",
"description": "RxSwift extension for custom property sinks for NavigationController / NavigationItem / NavigationBar",
"homepage": "https://github.com/amefuri/RxNavigationControllerPlus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amefuri": "daydreamclover.studio@gmail.com"
},
"source": {
"git": "https://github.com/amefuri/RxNavigationControllerPlus.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxNavigationControllerPlus/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}