blob: d9c11044900c4450af28dc87ad894b8d69ca383f [file] [log] [blame]
{
"name": "RxRedux",
"version": "0.1.0",
"summary": "Redux using ReactiveX",
"description": "ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.\nIt embraces a unidirectional data flow that only allows state mutations through declarative actions.\nThis library base on ReSwift - Benjamin Encz",
"homepage": "https://github.com/hungdv136/ReSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hung Dinh": "hungdv136@gmail.com"
},
"source": {
"git": "https://github.com/hungdv136/ReSwift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hungdv136",
"platforms": {
"ios": "8.0"
},
"source_files": "ReSwift/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}