blob: c67714ca4797143fa13a4b0d5f0c721a97c4a6b7 [file] [log] [blame]
{
"name": "VaporCoreDebugging",
"version": "3.4.4",
"summary": "Debugging helpers for Vapor",
"description": "Debugging provides interfaces that allow types to be more easily debugged.",
"homepage": "https://github.com/vapor/core",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tanner Nelson": ""
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/twof/core.git",
"branch": "master"
},
"module_name": "Debugging",
"swift_version": "4.2",
"source_files": "Sources/Debugging/**/*.swift",
"exclude_files": [
"Pods/**"
]
}