[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 5 / b / FaradayHAL / 0.3.3 / FaradayHAL.podspec.json
blobea93c2192da54c7e50171ca1056baf43f40b4644
2   "name": "FaradayHAL",
3   "version": "0.3.3",
4   "summary": "Middleware components for encoding and decoding HAL",
5   "description": "FaradayHAL provides Faraday middleware components for encoding and decoding\nhypertext-application-language requests and responses.",
6   "homepage": "https://github.com/royratcliffe/FaradayHAL",
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/FaradayHAL.git",
16     "tag": "0.3.3"
17   },
18   "source_files": "Sources/**/*.{swift,h}",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Faraday": [
25       "~> 0.6.0"
26     ],
27     "HypertextApplicationLanguage": [
28       "~> 0.2.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"