[Add] YIM 2.2.1
[CocoaPods.git] / Specs / e / 5 / b / FaradayHAL / 0.1.4 / FaradayHAL.podspec.json
blob34d1f886a2c6bfe74e11b7c85e0f21be2eeea0ef
2   "name": "FaradayHAL",
3   "version": "0.1.4",
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.4"
17   },
18   "source_files": "FaradayHAL/**/*.{swift,h}",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Faraday": [
26     ],
27     "HypertextApplicationLanguage": [
29     ]
30   }