blob: 1a134394436dcb166b0a4978e3370998a6253033 [file] [log] [blame]
{
"name": "RxReduxift",
"version": "0.4.3",
"summary": "RxSwift extension for Reduxift.",
"description": "RxReduxift is extension for Reduxift to use RxSwift.\n\nRxStore provides state observable and Observables are used for async action.",
"homepage": "https://github.com/skyofdwarf/RxReduxift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skyofdwarf": "skyofdwarf@gmail.com"
},
"source": {
"git": "https://github.com/skyofdwarf/RxReduxift.git",
"tag": "0.4.3"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5",
"source_files": "RxReduxift/Classes/**/*",
"dependencies": {
"Reduxift": [
"~> 0.4.3"
],
"RxSwift": [
"~> 5.0"
],
"RxRelay": [
"~> 5.0"
]
},
"swift_version": "5"
}