blob: 079b082cd307223eb78556889cbc5c6451789b3e [file] [log] [blame]
{
"name": "QLSLogger",
"version": "0.1.4",
"summary": "Tool for displaying logs with different log-levels",
"description": "Tool for displaying logs with different log-levels, log-module, thread identifier and XcodeColors support",
"homepage": "https://github.com/crepashok/QLSLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pasha": "pasha@qlicks.nl"
},
"source": {
"git": "https://github.com/crepashok/QLSLogger.git",
"tag": "0.1.4"
},
"requires_arc": true,
"source_files": "QLSLogger/Classes/*.swift",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"CocoaLumberjack/Swift": [
"~> 2.3.0"
],
"SwiftHEXColors": [
"~> 1.0"
]
}
}