blob: f269257a566a3cdcf9aa4525e2a27cbd8c372efa [file] [log] [blame]
{
"name": "SwiftDebugLog",
"version": "0.1.1",
"summary": "Lightweight Swift Debug Logger",
"swift_version": "4.0",
"description": "Swift library for logging errors in debug. Log statements include the filename, line, and function call.",
"homepage": "https://github.com/Dtroupe18/SwiftDebugLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dtroupe18": "dave.troupe@gmail.com"
},
"source": {
"git": "https://github.com/Dtroupe18/SwiftDebugLog.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwiftDebugLog/Classes/**/*"
}