[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 3 / SocketRocket / 0.6.0 / SocketRocket.podspec.json
blobc58399f8044ab3ed02dacfd43578b3a31be2ee9a
2   "name": "SocketRocket",
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/facebook/SocketRocket.git",
14     "tag": "0.6.0"
15   },
16   "requires_arc": true,
17   "source_files": "SocketRocket/**/*.{h,m}",
18   "public_header_files": "SocketRocket/*.h",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "ios": {
25     "frameworks": [
26       "CFNetwork",
27       "Security"
28     ]
29   },
30   "osx": {
31     "frameworks": [
32       "CoreServices",
33       "Security"
34     ]
35   },
36   "tvos": {
37     "frameworks": [
38       "CFNetwork",
39       "Security"
40     ]
41   },
42   "libraries": "icucore"