blob: bc092850bacc9070f5f34c8ef23bb1e40eb2143e [file] [log] [blame]
{
"name": "TagLog",
"version": "0.3",
"summary": "A logging framework in Swift.",
"description": "A small logging framework that can filter messages via tags.",
"homepage": "https://github.com/SebastianMecklenburg/TagLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastian Mecklenburg": "mecklenburg@rechenmaschinist.de"
},
"source": {
"git": "https://github.com/SebastianMecklenburg/TagLog.git",
"tag": "0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TagLog",
"frameworks": "Foundation"
}