[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / f / ParseLiveQuery / 2.2.3 / ParseLiveQuery.podspec.json
blob56ba46d3e6ed8f773f5d4c061fec04b8c1c17fe7
2   "name": "ParseLiveQuery",
3   "version": "2.2.3",
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.2.3"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "tvos": "9.0",
24     "osx": "10.10"
25   },
26   "source_files": "Sources/ParseLiveQuery/**/*.{swift,h}",
27   "module_name": "ParseLiveQuery",
28   "dependencies": {
29     "Parse": [
30       "~> 1.15.0"
31     ],
32     "Bolts-Swift": [
33       "~> 1.3"
34     ],
35     "Starscream": [
36       "2.1.1"
37     ]
38   },
39   "pushed_with_swift_version": "3.0"