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