| { |
| "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 |
| } |