[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / f / 7 / Parse_RxSwift / 0.1.1 / Parse_RxSwift.podspec.json
blob1c1760073e33687da2d136320d657985503cc1c4
2   "name": "Parse_RxSwift",
3   "version": "0.1.1",
4   "summary": "RxSwift wrapper for Parse",
5   "description": "A collection of wrapper classes that allow you to use RxSwift Observers in place of Parse`s callbacks.",
6   "homepage": "https://github.com/Konshin/Parse-RxSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Konshin": "bodro92@yandex.ru"
13   },
14   "source": {
15     "git": "https://github.com/Konshin/Parse-RxSwift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Parse_RxSwift/Classes/*",
22   "dependencies": {
23     "Parse": [
24       "~> 1.0"
25     ],
26     "RxSwift": [
27       "~> 4.0"
28     ]
29   },
30   "pushed_with_swift_version": "4.0"