44 lines
922 B
JSON
44 lines
922 B
JSON
{
|
|
"name": "SocketRocket",
|
|
"version": "0.5.1",
|
|
"summary": "A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.",
|
|
"homepage": "https://github.com/facebook/SocketRocket",
|
|
"authors": {
|
|
"Nikita Lutsenko": "nlutsenko@me.com",
|
|
"Dan Federman": "federman@squareup.com",
|
|
"Mike Lewis": "mikelikespie@gmail.com"
|
|
},
|
|
"license": "BSD",
|
|
"source": {
|
|
"git": "https://github.com/facebook/SocketRocket.git",
|
|
"tag": "0.5.1"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "SocketRocket/**/*.{h,m}",
|
|
"public_header_files": "SocketRocket/*.h",
|
|
"platforms": {
|
|
"ios": "6.0",
|
|
"osx": "10.8",
|
|
"tvos": "9.0"
|
|
},
|
|
"ios": {
|
|
"frameworks": [
|
|
"CFNetwork",
|
|
"Security"
|
|
]
|
|
},
|
|
"osx": {
|
|
"frameworks": [
|
|
"CoreServices",
|
|
"Security"
|
|
]
|
|
},
|
|
"tvos": {
|
|
"frameworks": [
|
|
"CFNetwork",
|
|
"Security"
|
|
]
|
|
},
|
|
"libraries": "icucore"
|
|
}
|