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