[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 1.0.0 / ParseLiveQuery.podspec.json
blob799c4dd6b1afd00370f4b0cb86f764813a58d2b6
2   "name": "ParseLiveQuery",
3   "version": "1.0.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   },
13   "source": {
14     "git": "https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git",
15     "tag": "1.0.0"
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   }