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