blob: 131fb2458a2247f3845e8adcd54271e445d6f308 [file] [log] [blame]
{
"name": "NWWebSocket",
"version": "0.3.0",
"summary": "A WebSocket client written in Swift, using the Network framework from Apple",
"homepage": "https://github.com/pusher/NWWebSocket",
"license": "MIT",
"authors": {
"Pusher Limited": "support@pusher.com"
},
"source": {
"git": "https://github.com/pusher/NWWebSocket.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/pusher",
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"Sources/**/*.swift"
],
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_version": "5.0"
}