| { |
| "name": "SocketKit", |
| "version": "0.2", |
| "summary": "A wrapped Swift toolkit for socket connection", |
| "description": "A wrapped Swift toolkit for socket connection with simplified IO functions.\nEasy to use and create.", |
| "homepage": "https://github.com/YaxinCheng/SocketKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yaxin Cheng": "yaxin.cheng@dal.ca" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/YaxinCheng/SocketKit.git", |
| "tag": "0.2" |
| }, |
| "source_files": [ |
| "SocketKit", |
| "SocketKit/**/*.{h,swift}" |
| ] |
| } |