blob: df944cc9577c6b141c36e1f4d70e6aff4cb3b7f8 [file] [log] [blame]
{
"name": "BLWebSocketsServer",
"version": "0.1.0",
"summary": "A lightweight websockets server for iOS built around libwebsockets supporting both synchronous and asynchronous messaging.",
"homepage": "https://github.com/benlodotcom/BLWebSocketsServer",
"license": "MIT",
"authors": {
"Benjamin Loulier": "benlodotcom@gmail.com"
},
"source": {
"git": "https://github.com/benlodotcom/BLWebSocketsServer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"BLWebSocketsServer",
"BLWebSocketsServer/libwebsockets"
],
"libraries": "z",
"requires_arc": true
}