blob: 2a66f5f8eda7bd3483c6aca8cb7350f47c16e92c [file] [log] [blame]
{
"name": "ReRxSwift",
"version": "2.2.2",
"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.2"
},
"source_files": "ReRxSwift/*.swift",
"requires_arc": true,
"swift_versions": "5",
"dependencies": {
"ReSwift": [
"~> 5"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "5"
}