blob: 18169aa6c7479deeb255ebdbadc63e0a5040ec48 [file] [log] [blame]
{
"name": "ReRxSwift",
"version": "1.0.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": "1.0.0"
},
"source_files": "ReRxSwift/*.swift",
"requires_arc": true,
"dependencies": {
"ReSwift": [
"~> 4.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}