blob: 57f5c71e06be241e6adeaecce2171584cf77e465 [file] [log] [blame]
{
"name": "Socket",
"version": "0.1.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.1.0"
},
"source_files": "Socket/**/*.{h,m,swift}",
"platforms": {
"osx": "10.10"
},
"requires_arc": false
}