[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 2.8.1 / ParseLiveQuery.podspec.json
blob324fc5e6be4175d50b1a0a3fff43434c615d9450
2   "name": "ParseLiveQuery",
3   "version": "2.8.1",
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.8.1"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "9.0",
23     "tvos": "10.0",
24     "watchos": "2.0",
25     "osx": "10.10"
26   },
27   "swift_versions": "5.0",
28   "cocoapods_version": ">= 1.4",
29   "source_files": "Sources/ParseLiveQuery/**/*.{swift,h}",
30   "module_name": "ParseLiveQuery",
31   "dependencies": {
32     "Parse": [
33       "~> 1.19.0"
34     ],
35     "Bolts-Swift": [
36       "~> 1.5.0"
37     ],
38     "Starscream": [
39       "~> 4.0.4"
40     ]
41   },
42   "swift_version": "5.0"