blob: 7c9dfa74a2c76085b1ad78089db02628f6b8ae44 [file] [log] [blame]
{
"name": "RxStateFlow",
"version": "1.0.0",
"summary": "Persistent Reactive Unidirectional Date Flow with Realm and RxSwift.",
"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.",
"homepage": "https://github.com/mmadjer/RxStateFlow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Miroslav Valkovic-Madjer": "miro.madjer@gmail.com"
},
"social_media_url": "http://twitter.com/miromadjer",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mmadjer/RxStateFlow.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RealmSwift": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}