blob: ec11fe2b0e361e5443f6cc8c676a6134e5da342e [file] [log] [blame]
{
"name": "Socket",
"version": "0.2.0",
"summary": "A swift library for sockets",
"description": "A library for using network sockets in swift",
"homepage": "https://github.com/jphughes/socket-swift",
"license": {
"type": "MIT",
"file": "LICENSE/mit.txt"
},
"authors": {
"James P. Hughes": "jphughes@mac.com"
},
"source": {
"git": "https://github.com/jphughes/socket-swift.git",
"tag": "release/0.2.0"
},
"source_files": "Socket/**/*.{h,m,swift}",
"platforms": {
"osx": "10.10"
},
"requires_arc": false
}