blob: a499d065ae1683cedd8bf95305429dc68db8f6ae [file] [log] [blame]
{
"name": "SocketRocketAntonyForked",
"version": "0.6",
"summary": "A conforming WebSocket (RFC 6455) client library.",
"homepage": "https://github.com/LalCastro/SocketRocket",
"authors": "Square",
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/LalCastro/SocketRocket.git",
"tag": "0.6"
},
"source_files": "SocketRocket/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"libraries": [
"icucore",
"objc"
]
}