blob: 6b40dd29d9fee00b859280a74bcd3170219c3800 [file] [log] [blame]
{
"name": "Http.swift",
"version": "1.3.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": "1.3.0"
},
"module_name": "HttpSwift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Socket.swift": [
"~> 1.3"
]
},
"pushed_with_swift_version": "3.1"
}