blob: 163ad6ee5bcfc35f111d373ce9246104ed05ca8e [file] [log] [blame]
{
"name": "FaradayHAL",
"version": "0.1.6",
"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.1.6"
},
"source_files": "FaradayHAL/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Faraday": [
],
"HypertextApplicationLanguage": [
]
}
}