blob: f0422f29d3dae938b0919ad434ed5e5f6cb11444 [file] [log] [blame]
{
"name": "Faraday",
"version": "0.1.7",
"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.7"
},
"source_files": "Faraday/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}