blob: ee151c5d5e7ae4a4edffc2531085890f82c6d3a4 [file] [log] [blame]
{
"name": "HTZDebugLog",
"version": "1.0.0",
"summary": "Very simple logger.",
"description": "HTZDebugLog is very simple logger for iOS and macOS written in Swift.",
"homepage": "https://github.com/HituziANDO/HTZDebugLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Hituzi Ando",
"source": {
"git": "https://github.com/HituziANDO/HTZDebugLog.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": "Foundation",
"swift_version": "5.0"
}