blob: 1c1760073e33687da2d136320d657985503cc1c4 [file] [log] [blame]
{
"name": "Parse_RxSwift",
"version": "0.1.1",
"summary": "RxSwift wrapper for Parse",
"description": "A collection of wrapper classes that allow you to use RxSwift Observers in place of Parse`s callbacks.",
"homepage": "https://github.com/Konshin/Parse-RxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Konshin": "bodro92@yandex.ru"
},
"source": {
"git": "https://github.com/Konshin/Parse-RxSwift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Parse_RxSwift/Classes/*",
"dependencies": {
"Parse": [
"~> 1.0"
],
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}