blob: 715eb460c7fef0e45464a87cf77105bd6184a375 [file] [log] [blame]
{
"name": "DNWebSocket",
"version": "1.0.0",
"summary": "Pure Swift WebSocket Library",
"description": "Object-Oriented, Swift-style WebSocket Library (RFC 6455) for Swift-compatible Platforms.\nConforms to all necessary Autobahn fuzzing tests.",
"homepage": "https://github.com/GlebRadchenko/DNWebSocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gleb Radchenko": "gleb.radchenko@activewindow.dk"
},
"source": {
"git": "https://github.com/GlebRadchenko/DNWebSocket.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*"
}