blob: 0022ae63cd3ea2b81ce7ffb9508749c06dd4300c [file] [log] [blame]
{
"name": "SwiftDebugLog",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwiftDebugLog/Classes/**/*"
}