[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / 3 / TesseractWebSocket / 0.0.8 / TesseractWebSocket.podspec.json
blob0c5789c07fc8f332884b58322e134970e7aeae7e
2   "name": "TesseractWebSocket",
3   "version": "0.0.8",
4   "summary": "Cross-platform WebSocket client implementation based on Swift NIO",
5   "description": "This library uses Swift NIO asynchronous networking framework for WebSocket client implementation.\nLibrary tested on all Apple platforms and Linix",
6   "homepage": "https://github.com/tesseract-one/WebSocket.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/WebSocket.swift.git",
16     "tag": "0.0.8"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": [
25     "5",
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "module_name": "WebSocket",
31   "source_files": "Sources/WebSocket/**/*.swift",
32   "dependencies": {
33     "SwiftNIO": [
34       "~> 2.32"
35     ],
36     "SwiftNIOHTTP1": [
37       "~> 2.32"
38     ],
39     "SwiftNIOWebSocket": [
40       "~> 2.32"
41     ],
42     "SwiftNIOConcurrencyHelpers": [
43       "~> 2.32"
44     ],
45     "SwiftNIOFoundationCompat": [
46       "~> 2.32"
47     ],
48     "SwiftNIOSSL": [
49       "~> 2.14"
50     ]
51   },
52   "testspecs": [
53     {
54       "name": "WebSocketTests",
55       "test_type": "unit",
56       "platforms": {
57         "ios": "10.0",
58         "osx": "10.12",
59         "tvos": "10.0"
60       },
61       "source_files": "Tests/WebSocketTests/**/*.swift"
62     }
63   ],
64   "swift_version": "5.3"