blob: dde7d93bffa92084d2a0101a3ca4e7fc6011bae2 [file] [log] [blame]
{
"name": "SwiftNIOWebSocket",
"version": "1.12.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": "1.12.0"
},
"documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
"module_name": "NIOWebSocket",
"swift_version": "4.1",
"cocoapods_version": ">=1.1.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Sources/NIOWebSocket/**/*.{swift,c,h}",
"dependencies": {
"SwiftNIO": [
"1.12.0"
],
"SwiftNIOHTTP1": [
"1.12.0"
],
"CNIOSHA1": [
"1.12.0"
]
}
}