[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / e / WebSocketRocket / 0.5.5 / WebSocketRocket.podspec.json
blob1652c253f4af52998fa6dcba3c722aa9d1b0af0e
2   "name": "WebSocketRocket",
3   "version": "0.5.5",
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.5"
16   },
17   "requires_arc": true,
18   "source_files": "SocketRocket/**/*.{h,m}",
19   "public_header_files": "SocketRocket/*.h",
20   "exclude_files": "SocketRocket/SocketRocket.h",
21   "module_map": "SocketRocket/WebSocketRocket.modulemap",
22   "platforms": {
23     "ios": "12.0",
24     "osx": "10.14",
25     "tvos": "12.0"
26   },
27   "ios": {
28     "frameworks": [
29       "CFNetwork",
30       "Security"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "CoreServices",
36       "Security"
37     ]
38   },
39   "tvos": {
40     "frameworks": [
41       "CFNetwork",
42       "Security"
43     ]
44   },
45   "libraries": "icucore"