blob: 7995eb42ef1af374a322a99c6f16283d65afc8c7 [file] [log] [blame]
{
"name": "Decree",
"version": "3.0.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.0.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"
}