blob: 98c5e90ffc4753047bf49e4be0a9c156d4c746d7 [file] [log] [blame]
{
"name": "Request.swift",
"version": "2.2.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.2.0"
},
"module_name": "RequestSwift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Socket.swift": [
"~> 2.2"
]
}
}