blob: 9905eec67d982f9d99321a238bff8591354a48e7 [file] [log] [blame]
{
"name": "Redux-ReactiveSwift",
"version": "0.1.0",
"summary": "Simple Redux Store implementation over ReactiveSwift.",
"description": "This library focuses on simple implementation of ReduxStore backed by ReactiveSwift mutable property.\nStore combines power of Redux's state controlling obviousness with reactive bindings. One can act with the store like with property.",
"homepage": "https://github.com/soxjke/Redux-ReactiveSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Petro Korienev": "soxjke@gmail.com"
},
"source": {
"git": "https://github.com/soxjke/Redux-ReactiveSwift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/soxjke",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Redux-ReactiveSwift/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"2.1.0-alpha2"
]
},
"pushed_with_swift_version": "4.0"
}