[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 7 / 8 / f / SwiftNIOWebSocketClient / 2.13.1 / SwiftNIOWebSocketClient.podspec.json
blob57022b168b0580da942d145284f68f1de7c3429b
2   "name": "SwiftNIOWebSocketClient",
3   "version": "2.13.1",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Event-driven network application framework for high performance protocol servers & clients, non-blocking.",
9   "homepage": "https://github.com/apple/swift-nio",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio.git",
13     "tag": "2.13.1"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
16   "module_name": "NIOWebSocketClient",
17   "swift_versions": "5.0",
18   "cocoapods_version": ">=1.6.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10",
22     "tvos": "10.0"
23   },
24   "source_files": "Sources/NIOWebSocketClient/**/*.{swift,c,h}",
25   "dependencies": {
26     "SwiftNIO": [
27       "2.13.1"
28     ],
29     "SwiftNIOHTTP1": [
30       "2.13.1"
31     ],
32     "SwiftNIOWebSocket": [
33       "2.13.1"
34     ]
35   },
36   "swift_version": "5.0"