blob: 4ef43f4eda0d2506049f87f3d87fb47a3a8e46b1 [file] [log] [blame]
{
"name": "FaradayHAL",
"version": "0.2.0",
"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.2.0"
},
"source_files": "FaradayHAL/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Faraday": [
"~> 0.4.0"
],
"HypertextApplicationLanguage": [
"~> 0.2.0"
]
}
}