[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / d / 3 / f / RxState / 0.0.3 / RxState.podspec.json
blob8afc72ccc533a17bfb1b5e8ad0daeac59a00fcb7
2   "name": "RxState",
3   "version": "0.0.3",
4   "summary": "RxSwift + Redux",
5   "description": "This is a Swift port of [Redux](http://redux.js.org/) using [RxSwift](https://github.com/ReactiveX/RxSwift)",
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.0.3"
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"