blob: be9038a652c0902293b1979f061d7c58107714b8 [file] [log] [blame]
{
"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}"
]
}