[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 3 / SocketRocket / 0.7.1 / SocketRocket.podspec.json
blob3df92c6431adc866a97962015a7d0366973e3a92
2   "name": "SocketRocket",
3   "version": "0.7.1",
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/facebook/SocketRocket.git",
14     "tag": "0.7.1"
15   },
16   "requires_arc": true,
17   "source_files": "SocketRocket/**/*.{h,m}",
18   "public_header_files": "SocketRocket/*.h",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0",
23     "visionos": "1.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"