[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 2 / Faraday / 0.6.0 / Faraday.podspec.json
blob68c7506e83cba4cf850bfa0e6becaa9d733ed386
2   "name": "Faraday",
3   "version": "0.6.0",
4   "summary": "Flexible HTTP client framework based on Rack",
5   "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.",
6   "homepage": "https://github.com/royratcliffe/Faraday",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE.txt"
10   },
11   "authors": {
12     "Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/royratcliffe/Faraday.git",
16     "tag": "0.6.0"
17   },
18   "source_files": "Sources/**/*.{swift,h}",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0"