[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 3 / f / RxState / 0.2.0 / RxState.podspec.json
blob6e8691d11db1ef14332c66e1e1ecc536e13023e5
2   "name": "RxState",
3   "version": "0.2.0",
4   "summary": "RxSwift + Redux",
5   "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.",
6   "homepage": "https://github.com/nazeehshoura/RxState",
7   "license": "MIT",
8   "authors": {
9     "Nazih Shoura": "shoura.nazeeh@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/nazeehshoura/RxState.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "RxState/**/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "3.4.1"
26     ],
27     "RxCocoa": [
28       "3.4.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"