blob: d6508acb2cd4e39f05afe66375ffaafef465af6c [file] [log] [blame]
{
"name": "TablePrint",
"version": "0.1",
"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.1"
},
"source_files": "table-print/Sources/*.swift",
"ios": {
"frameworks": "Foundation"
},
"requires_arc": true
}