[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 4 / b / e / WebSocketRocket / 0.5.4 / WebSocketRocket.podspec.json
blobc4756b3dd1ae0b978b00407c440d2507584ac9c0
2   "name": "WebSocketRocket",
3   "version": "0.5.4",
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     "Dmitry Lizin": "sdkdimon@gmail.com"
11   },
12   "license": "BSD",
13   "source": {
14     "git": "https://github.com/sdkdimon/SocketRocket.git",
15     "tag": "0.5.4"
16   },
17   "requires_arc": true,
18   "source_files": "SocketRocket/**/*.{h,m}",
19   "public_header_files": "SocketRocket/*.h",
20   "exclude_files": "SocketRocket/SocketRocket.h",
21   "platforms": {
22     "ios": "12.0",
23     "osx": "10.14",
24     "tvos": "12.0"
25   },
26   "ios": {
27     "frameworks": [
28       "CFNetwork",
29       "Security"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "CoreServices",
35       "Security"
36     ]
37   },
38   "tvos": {
39     "frameworks": [
40       "CFNetwork",
41       "Security"
42     ]
43   },
44   "libraries": "icucore"