blob: a9d4f22089ccd2d5f5115bfdcc83f7a39d2d03e1 [file] [log] [blame]
{
"name": "SwiftLoggerInspector",
"version": "0.0.2",
"summary": "On screen logs inspector for XCGLogger",
"description": "A XCGLogger destination that lets you present to the logs on the screen of the running device",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/hlandao/SwiftLoggerInspector",
"license": "MIT",
"authors": {
"Hadar Landao": "hlandao@gmail.com"
},
"source": {
"git": "https://github.com/hlandao/SwiftLoggerInspector.git",
"tag": "0.0.2"
},
"source_files": [
"SwiftLoggerInspector/SwiftLoggerInspector/LoggerInspectorDestination.swift",
"SwiftLoggerInspector/SwiftLoggerInspector/LoggerInspectorViewController.swift",
"SwiftLoggerInspector/SwiftLoggerInspector/LogTableViewCell.swift"
],
"dependencies": {
"SnapKit": [
"~> 0.19.1"
],
"XCGLogger": [
"~> 3.3"
]
}
}