blob: 3ad1d92ca6c40c2c14d93a6439e10cb2a0c1796d [file] [log] [blame]
{
"name": "SwiftWebSocket",
"version": "1.0.14",
"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": "v1.0.14"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"libraries": "z"
}