| { | |
| "name": "WebSocket", | |
| "version": "0.0.1", | |
| "summary": "Simple WebSocket in Objective-C", | |
| "description": "Simple WebSocket in Objective-C .", | |
| "homepage": "https://github.com/yourtion/WebSocket-OC", | |
| "license": "MIT", | |
| "authors": { | |
| "Yourtion": "yourtion@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/yourtion/WebSocket-OC.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "WebSocket", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "8.0" | |
| } | |
| } |