blob: c4b2280199e7595053a47485a3c3619ef6a3cb5a [file] [log] [blame]
{
"name": "SwiftWebSocket",
"version": "0.1.16",
"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": "v0.1.16"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SwiftWebSocket/*.swift",
"requires_arc": true,
"libraries": "z"
}