blob: 92cff1a807d8103b92afeaaf5e8ba9dc3fede14d [file] [log] [blame]
{
"name": "SocketRocketAblyFork",
"version": "0.5.2-ably-6",
"summary": "A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.",
"homepage": "https://github.com/ably-forks/SocketRocket",
"authors": {
"Nikita Lutsenko": "nlutsenko@me.com",
"Dan Federman": "federman@squareup.com",
"Mike Lewis": "mikelikespie@gmail.com"
},
"license": "BSD",
"source": {
"git": "https://github.com/ably-forks/SocketRocket.git",
"tag": "0.5.2-ably-6"
},
"requires_arc": true,
"source_files": "SocketRocket/**/*.{h,m}",
"public_header_files": "SocketRocket/*.h",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"tvos": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"libraries": "icucore"
}