blob: 29752e0060c7082e27404c3add3bf156f8405935 [file] [log] [blame]
{
"name": "SwiftNIOWebSocketClient",
"version": "2.11.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "Event-driven network application framework for high performance protocol servers & clients, non-blocking.",
"homepage": "https://github.com/apple/swift-nio",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-nio.git",
"tag": "2.11.0"
},
"documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
"module_name": "NIOWebSocketClient",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Sources/NIOWebSocketClient/**/*.{swift,c,h}",
"dependencies": {
"SwiftNIO": [
"2.11.0"
],
"SwiftNIOHTTP1": [
"2.11.0"
],
"SwiftNIOWebSocket": [
"2.11.0"
]
},
"swift_version": "5.0"
}