blob: 2a4c18f552f907da2f14648784134099b8124af4 [file] [log] [blame]
{
"name": "RxState",
"version": "0.3.0",
"summary": "RxSwift + Redux",
"description": "A tiny library built on top of [RxSwift](github.com/ReactiveX/RxSwift) and inspired by [Redux](http://redux.js.org/) that facilitates building [Unidirectional Data Flow](http://redux.js.org/docs/basics/DataFlow.html) architecture in Swift.",
"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/RxSwiftCommunity/RxState.git",
"tag": "0.3.0"
},
"source_files": "RxState/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"3.4.1"
],
"RxCocoa": [
"3.4.1"
]
},
"pushed_with_swift_version": "3.0"
}