[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 0 / 7 / 4 / SocketRocketParseLiveQuery / 0.6.0 / SocketRocketParseLiveQuery.podspec.json
blobd719233739c06fcbe4e7dbb85a1c9629b05a49cd
2   "name": "SocketRocketParseLiveQuery",
3   "version": "0.6.0",
4   "summary": "A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.",
5   "homepage": "https://github.com/facebook/SocketRocket",
6   "authors": {
7     "Nikita Lutsenko": "nlutsenko@me.com",
8     "Dan Federman": "federman@squareup.com",
9     "Mike Lewis": "mikelikespie@gmail.com"
10   },
11   "license": "BSD",
12   "source": {
13     "git": "https://github.com/parse-server-modules/SocketRocket.git",
14     "tag": "0.6.0"
15   },
16   "requires_arc": true,
17   "module_name": "SocketRocket",
18   "source_files": "SocketRocket/**/*.{h,m}",
19   "public_header_files": "SocketRocket/*.h",
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.8",
23     "tvos": "9.0"
24   },
25   "ios": {
26     "frameworks": [
27       "CFNetwork",
28       "Security"
29     ]
30   },
31   "osx": {
32     "frameworks": [
33       "CoreServices",
34       "Security"
35     ]
36   },
37   "tvos": {
38     "frameworks": [
39       "CFNetwork",
40       "Security"
41     ]
42   },
43   "libraries": "icucore"