blob: 3e588ac682ce79d5f95c32941c8f32a2c130bf1a [file] [log] [blame]
{
"name": "Http.swift",
"version": "2.1.2",
"summary": "A tiny http server engine written in swift.",
"homepage": "https://github.com/BiAtoms/Http.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
},
"source": {
"git": "https://github.com/BiAtoms/Http.swift.git",
"tag": "2.1.2"
},
"module_name": "HttpSwift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Socket.swift": [
"~> 2.2"
]
}
}