blob: 77b036fce8bffb9c1d667d9f0bc11c5fd5c49023 [file] [log] [blame]
{
"name": "Http.swift",
"version": "2.2.0",
"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.2.0"
},
"module_name": "HttpSwift",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Socket.swift": [
"~> 2.3"
]
},
"swift_version": "5.0"
}