[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 1.0.1 / ParseLiveQuery.podspec.json
blob47960758c9d20e353f7e53d4b57ff83a700c1b45
2   "name": "ParseLiveQuery",
3   "version": "1.0.1",
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   },
13   "source": {
14     "git": "https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "Sources/ParseLiveQuery/**/*.swift",
23   "module_name": "ParseLiveQuery",
24   "dependencies": {
25     "Parse": [
27     ],
28     "Bolts-Swift": [
30     ],
31     "SocketRocket": [
33     ]
34   }