blob: e874a61477e0b670359ee90d7831ab9ffd06f2b2 [file] [log] [blame]
{
"name": "SocketRocketMirror",
"version": "4.0",
"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/FredericJacobs/SocketRocket.git",
"tag": "4.0"
},
"source_files": "SocketRocket/*.{h,m,c}",
"requires_arc": true,
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"platforms": {
"ios": "6.0"
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"libraries": "icucore"
}