blob: f48aa9d3afbe5adf67e69976e0acb1d9b93b6f5a [file] [log] [blame]
{
"name": "RxState",
"version": "0.0.2",
"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.2"
},
"source_files": "RxState/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "3.0"
}