[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / 8 / R2DFlow / 0.1.7 / R2DFlow.podspec.json
blob72a4e3de878c20968d930288c9a1508c2c6f600b
2   "name": "R2DFlow",
3   "version": "0.1.7",
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.1.7"
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"