[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 5 / b / FaradayHAL / 0.1.8 / FaradayHAL.podspec.json
blob98f33ebedc8bf371ff07efe1a02167c6057fa1f3
2   "name": "FaradayHAL",
3   "version": "0.1.8",
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.8"
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   }