blob: 8e9eace4e6ae9f1d8c4e8e47512cd2d126f6220e [file] [log] [blame]
{
"name": "LWSocketRocket",
"version": "0.0.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/shadow-boy/LWSocketRocket.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": [
"LWSocketRocket/*.h",
"LWSocketRocket/SocketRocket/**/*.{h,m}",
"LWSocketRocket/SocketRocket/**/**/*.{h,m}",
"LWSocketRocket/SocketRocket/**/**/**/*.{h,m}",
"LWSocketRocket/SocketRocket/**/**/**/**/*.{h,m}",
"LWSocketRocket/SocketRocket/**/**/**/**/**/*.{h,m}",
"LWSocketRocket/SocketRocket/**/**/**/**/**/**/*.{h,m}"
],
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CFNetwork",
"Security"
],
"libraries": "icucore"
}