blob: ff7a285c4491e106c6ce88064ea7c2256fcd0880 [file] [log] [blame]
{
"name": "SwiftWebSocket",
"version": "2.6.3",
"summary": "A high performance WebSocket client library for Swift.",
"homepage": "https://github.com/tidwall/SwiftWebSocket",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/tidwall/SwiftWebSocket.git",
"tag": "2.6.3"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"libraries": "z"
}