blob: 6fb622fe0776de3fdc61ec9c7705b1b683cf7217 [file] [log] [blame]
{
"name": "SwiftRex",
"version": "0.3.0",
"summary": "SwiftRex is a Redux implementation on top of RxSwift",
"description": "SwiftRex is a framework that combines event-sourcing pattern and reactive programming (RxSwift), providing a central state Store of which your ViewControllers 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.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
]
}
}