blob: c99d7d929e9b275a12228d908d4195d842e0b3c2 [file] [log] [blame]
{
"name": "SocketRocket",
"version": "0.1",
"summary": "A conforming WebSocket (RFC 6455) client library.",
"homepage": "https://github.com/square/SocketRocket",
"authors": "Square",
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/square/SocketRocket.git",
"commit": "82c9f8938f8b9b7aa578866cb7ce56bc11e52ced"
},
"source_files": "SocketRocket/*.{h,m,c}",
"requires_arc": true,
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"libraries": "icucore"
}