[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 8 / R2DFlow / 0.4.1 / R2DFlow.podspec.json
blobcfe39ccb65b2b3455bc4add173e802420daf0d60
2   "name": "R2DFlow",
3   "version": "0.4.1",
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.4.1"
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"