blob: 1d0e3fd5d6f516bd051e72fe06c67b6b56dbebc1 [file] [log] [blame]
{
"name": "SocketRocket_Lookback",
"version": "0.5.2",
"summary": "A conforming WebSocket (RFC 6455) client library. Fork to fix warnings since the project is dead.",
"homepage": "https://github.com/square/SocketRocket",
"authors": "Square",
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/lookback/SocketRocket.git",
"tag": "0.5.2"
},
"source_files": "SocketRocket/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"tvos": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"libraries": "icucore"
}