blob: b1b393983830fa93603871f3851583e72fbefc19 [file] [log] [blame]
{
"name": "PrintlnMagic",
"version": "1.1.0",
"summary": "An alternative for Swift's println() along the lines of DLog.",
"description": "If you're like me, you miss seeing the filename, method name, and/or line number in your println() statements in your Swift projects.\n\nFear not, PrintlnMagic is here to bring you back to the goold old days of DLog.\nSiren is actively maintained by Arthur Sabintsev.\n",
"homepage": "https://github.com/ArtSabintsev/PrintlnMagic",
"license": "MIT",
"authors": {
"Arthur Sabintsev": "arthur@sabintsev.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ArtSabintsev/PrintlnMagic.git",
"tag": "1.1.0"
},
"source_files": "PrintlnMagic.swift",
"requires_arc": true
}