blob: 709ce7e66c46df61ab8f4e94220829c0aecf6493 [file] [log] [blame]
{
"name": "SwiftRex",
"version": "0.7.1",
"summary": "SwiftRex is a Redux implementation on top of Combine, RxSwift or ReactiveSwift",
"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'.",
"homepage": "https://github.com/SwiftRex/SwiftRex",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Luiz Barbosa": "swiftrex@developercity.de"
},
"source": {
"git": "https://github.com/swiftrex/SwiftRex.git",
"tag": "v0.7.1"
},
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"swift_versions": "5.1",
"source_files": "Sources/SwiftRex/**/*.swift",
"swift_version": "5.1"
}