blob: 75b19083a7ae50f95d7d0932f73776c8bd97cde6 [file] [log] [blame]
{
"name": "Faraday",
"version": "0.5.3",
"summary": "Flexible HTTP client framework based on Rack",
"description": "Flexible HTTP and HTTPS client framework based on Rack. Adopts the concept of Rack middleware when processing the HTTP requests and responses. When you build a connection, you set up a stack of middleware components for processing requests and their responses.",
"homepage": "https://github.com/royratcliffe/Faraday",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
},
"source": {
"git": "https://github.com/royratcliffe/Faraday.git",
"tag": "0.5.3"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}