blob: 63310657f8a31aef8e4798a2fe9c7d28ab311c3b [file] [log] [blame]
{
"name": "Decree",
"version": "3.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/drewag/Decree",
"authors": {
"Andrew J. Wagner": "https://drewag.me"
},
"summary": "Framework for making Declarative HTTP Requests",
"source": {
"git": "https://github.com/drewag/Decree.git",
"tag": "3.2.0"
},
"swift_versions": "5.0.1",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/Decree/**/*.swift",
"dependencies": {
"XMLCoder": [
"~> 0.7.0"
]
},
"swift_version": "5.0.1"
}