[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 2.6.0 / ParseLiveQuery.podspec.json
blob257b2dc8341ee544016c9bc20b372b2e5ff33863
2   "name": "ParseLiveQuery",
3   "version": "2.6.0",
4   "license": {
5     "type": "BSD"
6   },
7   "summary": "Allows for subscriptions to queries in conjunction with parse-server.",
8   "homepage": "http://parseplatform.org",
9   "social_media_url": "https://twitter.com/ParsePlatform",
10   "authors": {
11     "Parse Community": "info@parseplatform.org",
12     "Richard Ross": "richardross@fb.com",
13     "Nikita Lutsenko": "nlutsenko@me.com",
14     "Florent Vilmart": "florent@flovilmart.com"
15   },
16   "source": {
17     "git": "https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git",
18     "tag": "2.6.0"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "tvos": "9.0",
24     "osx": "10.10"
25   },
26   "swift_version": "4.2",
27   "cocoapods_version": ">= 1.4",
28   "source_files": "Sources/ParseLiveQuery/**/*.{swift,h}",
29   "module_name": "ParseLiveQuery",
30   "dependencies": {
31     "Parse": [
32       "~> 1.17.0"
33     ],
34     "Bolts-Swift": [
35       "~> 1.4.0"
36     ],
37     "Starscream": [
38       "~> 3.0.4"
39     ],
40     "Bolts": [
41       "~> 1.9.0"
42     ]
43   }