[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / a / d / ReactiveSwiftRex / 0.8.12 / ReactiveSwiftRex.podspec.json
blob6a35cec833bb557bc7b4db4cc5d6f4f09bd7dde0
2   "name": "ReactiveSwiftRex",
3   "version": "0.8.12",
4   "summary": "SwiftRex is a Redux implementation on top of Combine, RxSwift or ReactiveSwift. This package implements SwiftRex using ReactiveSwift.",
5   "description": "SwiftRex is a framework that combines event-sourcing pattern and reactive programming (Combine, RxSwift or ReactiveSwift), providing a central state Store of which your ViewControllers or SwiftUI Views can observe and react to, as well as dispatching events coming from the user interaction.\nThis pattern is also known as 'Unidirectional Dataflow' or 'Redux'.",
6   "homepage": "https://github.com/SwiftRex/SwiftRex",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luiz Barbosa": "swiftrex@developercity.de"
13   },
14   "source": {
15     "git": "https://github.com/swiftrex/SwiftRex.git",
16     "tag": "0.8.12"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "watchos": "3.0",
24     "tvos": "9.0"
25   },
26   "swift_versions": "5.3",
27   "source_files": "Sources/ReactiveSwiftRex/**/*.swift",
28   "dependencies": {
29     "SwiftRex": [
30       "~> 0.8.12"
31     ],
32     "ReactiveSwift": [
33       "~> 7.0.0"
34     ]
35   },
36   "swift_version": "5.3"