blob: d308bfec4fd5ee81aa02631fe228fef888378c12 [file] [log] [blame]
{
"name": "RxResponderChain",
"version": "1.0.0",
"summary": "Notify Rx events via responder chain",
"description": "`RxResponderChain` is an extension of `RxSwift`, `RxCocoa`.\nIt provides the way to notify Rx events via responder chain.",
"homepage": "https://github.com/ukitaka/RxResponderChain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ukitaka": "yuki.takahashi.1126@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ukitaka/RxResponderChain.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0.2"
}