[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / e / 4 / 3 / TesseractWebSocket / 0.0.5 / TesseractWebSocket.podspec.json
blob7ad363ce68b8b83aa865b587d1545a008a7f374f
2   "name": "TesseractWebSocket",
3   "version": "0.0.5",
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.5"
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   ],
29   "module_name": "WebSocket",
30   "source_files": "Sources/WebSocket/**/*.swift",
31   "dependencies": {
32     "SwiftNIO": [
33       "~> 2.11"
34     ],
35     "SwiftNIOHTTP1": [
36       "~> 2.11"
37     ],
38     "SwiftNIOWebSocket": [
39       "~> 2.11"
40     ],
41     "SwiftNIOConcurrencyHelpers": [
42       "~> 2.11"
43     ],
44     "SwiftNIOFoundationCompat": [
45       "~> 2.11"
46     ],
47     "SwiftNIOSSL": [
48       "~> 2.0"
49     ]
50   },
51   "testspecs": [
52     {
53       "name": "WebSocketTests",
54       "test_type": "unit",
55       "platforms": {
56         "ios": "10.0",
57         "osx": "10.12",
58         "tvos": "10.0"
59       },
60       "source_files": "Tests/WebSocketTests/**/*.swift"
61     }
62   ],
63   "swift_version": "5.2"