blob: 8661677703c710a98eabe113bfb254cb2aad1bf6 [file] [log] [blame]
{
"name": "Request.swift",
"version": "1.0.0",
"summary": "A 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": "1.0.0"
},
"module_name": "RequestSwift",
"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"
}