blob: 1fb5a2c17e05acbddc09e429bd3b1112f9a3f6a2 [file] [log] [blame]
{
"name": "Socket.swift",
"version": "2.3.0",
"summary": "A POSIX socket wrapper written in swift.",
"homepage": "https://github.com/BiAtoms/Socket.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
},
"source": {
"git": "https://github.com/BiAtoms/Socket.swift.git",
"tag": "2.3.0"
},
"module_name": "SocketSwift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/*.swift"
}