blob: b5f62af7d71aabac626ca24a588ad55f544386c7 [file] [log] [blame]
{
"name": "QLSLogger",
"version": "0.1.5",
"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.5"
},
"requires_arc": true,
"source_files": "QLSLogger/Classes/*.swift",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"CocoaLumberjack/Swift": [
"~> 2.3.0"
],
"SwiftHEXColors": [
"~> 1.0"
]
}
}