[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / 5 / RxStateFlow / 1.0.1 / RxStateFlow.podspec.json
blob3cac182b532387cdeb7b17e7d25518bcafd8eddd
2   "name": "RxStateFlow",
3   "version": "1.0.1",
4   "summary": "Persistent Reactive Unidirectional Date Flow with Realm and RxSwift.",
5   "description": "An implementation of a Persistent Reactive Unidirectional Date Flow using Realm and RxSwift.\n\nRxStateFlow provides an architecture where the core idea is that your code is built around a `Model` of your application state, a way to `update` your model, and a way to `view` your model.\n\nUsing RxStateFlow makes it very easy to have the app state  persist (between app launches), reactive and accessible across classes and threads.",
6   "homepage": "https://github.com/mmadjer/RxStateFlow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Miroslav Valkovic-Madjer": "miro.madjer@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/miromadjer",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/mmadjer/RxStateFlow.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "requires_arc": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.0"
27     ],
28     "RealmSwift": [
29       "~> 2.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0.2"