[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / b / 8 / R2DFlow / 0.2.2 / R2DFlow.podspec.json
blob71cd16cc46247b97797380283912ba188051a1dd
2   "name": "R2DFlow",
3   "version": "0.2.2",
4   "summary": "A conceptual 'made for Swift and SwiftUI' framework as an alternative to Redux/ReSwift's unidirectional data flow.",
5   "description": "The app follows a similar concept of unidirectional data flow as does Redux/ReSwift.\nHowever there is no store, and there are two different kind of actions. Workflow Actions that either trigger a Workflow (Similar to Middleware with side effects) and Reducer Actions, which trigger a reducer that then changes the state with pure functions.\nAnd a short-circuit that allows @Bindings to directly change the state.",
6   "homepage": "https://github.com/marcoboerner/R2DFlow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "marcoboerner": "mail@marcoboerner.com"
13   },
14   "source": {
15     "git": "https://github.com/marcoboerner/R2DFlow.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.6"
24   ],
25   "source_files": "Sources/R2DFlow/Classes/**/*",
26   "swift_version": "5.6"