blob: 3216b98a6bd607ee37bb19f58d8f798f4a92df11 [file] [log] [blame]
{
"name": "ReSwiftRx",
"version": "1.0.2",
"summary": "Rx extension for ReSwift's Store",
"description": "ReSwiftRx is an extension for ReSwift that provides a method\nto create an observable sequence of states from a Store.",
"homepage": "https://github.com/vinzscam/ReSwift-Rx",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vincenzo Scamporlino": "vinz.scamporlino@gmail.com"
},
"source": {
"git": "https://github.com/vinzscam/ReSwift-Rx.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/vinzscam",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"ReSwift": [
],
"RxSwift": [
]
},
"pushed_with_swift_version": "3.0"
}