blob: ea93c2192da54c7e50171ca1056baf43f40b4644 [file] [log] [blame]
{
"name": "FaradayHAL",
"version": "0.3.3",
"summary": "Middleware components for encoding and decoding HAL",
"description": "FaradayHAL provides Faraday middleware components for encoding and decoding\nhypertext-application-language requests and responses.",
"homepage": "https://github.com/royratcliffe/FaradayHAL",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
},
"source": {
"git": "https://github.com/royratcliffe/FaradayHAL.git",
"tag": "0.3.3"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Faraday": [
"~> 0.6.0"
],
"HypertextApplicationLanguage": [
"~> 0.2.0"
]
},
"pushed_with_swift_version": "3.0"
}