blob: 4a92cdb5556996fc1d30a3a117e0a3b28f3701b9 [file] [log] [blame]
{
"name": "August",
"version": "0.4.3",
"summary": "The Swift Client You Deserve",
"description": "A simple Swift HTTP client that casts responses to your domain models.",
"homepage": "https://github.com/bradhilton/August",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/August.git",
"tag": "0.4.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Convertible": [
"~> 4.2.0"
],
"AssociatedValues": [
"~> 3.0.0"
]
}
}