blob: 7b56c89d6ff112b087163018b69521c7ce50d34e [file] [log] [blame]
{
"name": "ReRxSwift",
"version": "2.2.0",
"summary": "RxSwift bindings for ReSwift",
"description": "ReRxSwift: RxSwift bindings for ReSwift. Heavily inspired by\nreact-redux, this allows you to 'connect' your controllers and specify\nprops and actions that your controller depends on. The real state\nand actions are thus decoupled from the controller implementations.",
"homepage": "https://github.com/svdo/ReRxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan van den Oord": "soord@mac.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/svdo/ReRxSwift.git",
"tag": "2.2.0"
},
"source_files": "ReRxSwift/*.swift",
"requires_arc": true,
"swift_versions": "4.1",
"dependencies": {
"ReSwift": [
"~> 5"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "4.1"
}