blob: 8afc72ccc533a17bfb1b5e8ad0daeac59a00fcb7 [file] [log] [blame]
{
"name": "RxState",
"version": "0.0.3",
"summary": "RxSwift + Redux",
"description": "This is a Swift port of [Redux](http://redux.js.org/) using [RxSwift](https://github.com/ReactiveX/RxSwift)",
"homepage": "https://github.com/nazeehshoura/RxState",
"license": "MIT",
"authors": {
"Nazih Shoura": "shoura.nazeeh@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nazeehshoura/RxState.git",
"tag": "0.0.3"
},
"source_files": "RxState/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"3.4.1"
],
"RxCocoa": [
"3.4.1"
]
},
"pushed_with_swift_version": "3.0"
}