| { | |
| "name": "CCHSocket", | |
| "version": "0.0.1", | |
| "summary": "CCHSocket swift socket", | |
| "description": "CCHSocket swift socket TCP/UDP", | |
| "homepage": "https://github.com/VeryLoveLoli/CCHSocket", | |
| "license": "MIT", | |
| "authors": { | |
| "CCH": "chuancan@icloud.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/VeryLoveLoli/CCHSocket.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "CCHSocket/*.swift", | |
| "exclude_files": "Classes/Exclude", | |
| "frameworks": "Foundation", | |
| "requires_arc": true | |
| } |