blob: a380d203452415838e9c142e87d523eab40212f8 [file] [log] [blame]
{
"name": "Decree",
"version": "4.1.2",
"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": "4.1.2"
},
"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"
}