blob: b2ea3c000fa0ddee280a185324e029cea0249766 [file] [log] [blame]
{
"name": "August",
"version": "0.4.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Convertible": [
"~> 4.0.0"
],
"AssociatedValues": [
"~> 3.0.0"
]
}
}