[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / b / FaradayHAL / 0.1.7 / FaradayHAL.podspec.json
blob2ab1381420ad75ea168e9fd6fb1ea86a6c162e23
2   "name": "FaradayHAL",
3   "version": "0.1.7",
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.1.7"
17   },
18   "source_files": "FaradayHAL/**/*.{swift,h}",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Faraday": [
25       "~> 0.3.0"
26     ],
27     "HypertextApplicationLanguage": [
28       "~> 0.1.0"
29     ]
30   }