blob: de9ccea1f0e492cbd0392f8e634505073b7dadce [file] [log] [blame]
{
"name": "PocketSocket",
"version": "0.6.4",
"license": "Apache 2.0",
"summary": "Objective-C websocket client/server library for building things that work in realtime on iOS and OS X.",
"description": "Objective-C websocket client/server library. Conforms fully to RFC6455 websocket protocol, support for websocket compression via the permessage-deflate extension, passes all ~355 Autobahn tests with 100% compliance and comes with a driver level BYO networking API.",
"homepage": "https://github.com/zwopple/PocketSocket",
"authors": {
"Robert Payne": "robert@zwopple.com"
},
"source": {
"git": "https://github.com/zwopple/PocketSocket.git",
"tag": "0.6.4",
"submodules": false
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"public_header_files": [
"PocketSocket/PSWebSocket.h",
"PocketSocket/PSWebSocketDriver.h",
"PocketSocket/PSWebSocketTypes.h",
"PocketSocket/PSWebSocketServer.h"
],
"source_files": "PocketSocket/PS*.{h,m,c}",
"frameworks": [
"CFNetwork",
"Foundation",
"Security"
],
"libraries": [
"z",
"system"
]
}