[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 1.1.0 / ParseLiveQuery.podspec.json
blob3ae05fdc5eb779305bb96c6a50b3812874abb260
2   "name": "ParseLiveQuery",
3   "version": "1.1.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.1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/ParseLiveQuery/**/*.swift",
23   "module_name": "ParseLiveQuery",
24   "dependencies": {
25     "Parse": [
26       "~> 1.14.2"
27     ],
28     "Bolts-Swift": [
29       "~> 1.3"
30     ],
31     "SocketRocket": [
32       "~> 0.5"
33     ]
34   }