blob: 857b5820aeafd12347b09646345478837744ce75 [file] [log] [blame]
{
"name": "Faraday",
"version": "0.1.10",
"summary": "Flexible HTTP client framework based on Rack",
"description": "Flexible HTTP and HTTPS client framework based on Rack. Adopts the concept of\nRack middleware when processing the HTTP requests and responses. When you\nbuild a connection, you set up a stack of middleware components for processing\nrequests 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.1.10"
},
"source_files": "Faraday/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}