[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 3 / TesseractWebSocket / 0.2.0 / TesseractWebSocket.podspec.json
blob81dd353f6356b8c3fc9dcbea319150054176b118
2   "name": "TesseractWebSocket",
3   "version": "0.2.0",
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 Linux",
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.2.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": "5.4",
25   "module_name": "WebSocket",
26   "source_files": "Sources/WebSocket/**/*.swift",
27   "dependencies": {
28     "SwiftNIO": [
29       "~> 2.40.0"
30     ],
31     "SwiftNIOHTTP1": [
32       "~> 2.40.0"
33     ],
34     "SwiftNIOWebSocket": [
35       "~> 2.40.0"
36     ],
37     "SwiftNIOConcurrencyHelpers": [
38       "~> 2.40.0"
39     ],
40     "SwiftNIOFoundationCompat": [
41       "~> 2.40.0"
42     ],
43     "SwiftNIOSSL": [
44       "~> 2.19.0"
45     ]
46   },
47   "testspecs": [
48     {
49       "name": "WebSocketTests",
50       "test_type": "unit",
51       "platforms": {
52         "ios": "10.0",
53         "osx": "10.12",
54         "tvos": "10.0"
55       },
56       "source_files": "Tests/WebSocketTests/**/*.swift"
57     }
58   ],
59   "swift_version": "5.4"