[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 2.2.0 / ParseLiveQuery.podspec.json
blob3a8ea1e6e3ac4586b05b8e5d58eadac45c68b339
2   "name": "ParseLiveQuery",
3   "version": "2.2.0",
4   "license": {
5     "type": "BSD"
6   },
7   "summary": "Allows for subscriptions to queries in conjunction with parse-server.",
8   "homepage": "https://github.com/ParsePlatform/parse-server",
9   "authors": {
10     "Richard Ross": "richardross@fb.com",
11     "Nikita Lutsenko": "nlutsenko@me.com",
12     "Florent Vilmart": "florent@flovilmart.com"
13   },
14   "source": {
15     "git": "https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git",
16     "tag": "2.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "osx": "10.10"
23   },
24   "source_files": "Sources/ParseLiveQuery/**/*.{swift,h}",
25   "module_name": "ParseLiveQuery",
26   "dependencies": {
27     "Parse": [
28       "~> 1.15.0"
29     ],
30     "Bolts-Swift": [
31       "~> 1.3"
32     ],
33     "Starscream": [
34       "2.1.0"
35     ]
36   },
37   "pushed_with_swift_version": "3.0"