blob: ced9ce702e93e8cca1fb907e3d26bc9366eaa30e [file] [log] [blame]
{
"name": "Request.swift",
"version": "2.3.0",
"summary": "A (sync/async) tiny http client written in swift.",
"homepage": "https://github.com/BiAtoms/Request.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
},
"source": {
"git": "https://github.com/BiAtoms/Request.swift.git",
"tag": "2.3.0"
},
"module_name": "RequestSwift",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Socket.swift": [
"~> 2.4.0"
]
},
"swift_version": "5.0"
}