[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / b / FaradayHAL / 0.1.3 / FaradayHAL.podspec.json
blob3e7454d52c8263d187397fd5dcee14f6ee7e5dc0
2   "name": "FaradayHAL",
3   "version": "0.1.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.1.3"
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   }