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