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",
12 "Miroslav Valkovic-Madjer": "miro.madjer@gmail.com"
14 "social_media_url": "http://twitter.com/miromadjer",
19 "git": "https://github.com/mmadjer/RxStateFlow.git",
22 "source_files": "Sources/**/*.{swift}",
32 "pushed_with_swift_version": "3.0.2"