blob: c5d3fdcba0c4efced898232d6b2eff4b07b8de9b [file] [log] [blame]
{
"name": "TablePrint",
"version": "0.2",
"summary": "TablePrint is a tool designed for developers. It prints tables of dictionaries in the debugger console.",
"authors": "Lukas Würzburger",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/lukaswuerzburger/table-print",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lukaswuerzburger/table-print.git",
"tag": "0.2"
},
"source_files": "table-print/Sources/*.swift",
"ios": {
"frameworks": "Foundation"
},
"requires_arc": true,
"swift_versions": "4.2",
"swift_version": "4.2"
}