blob: db539100f55620550eaab45ccd363d765f4d9b6f [file] [log] [blame]
{
"name": "EasyOSLogger",
"version": "0.1.1",
"summary": "A swift logger using OSLog",
"description": "Provides a lightweight Swift logging framework which supports Unified Logging.",
"homepage": "https://github.com/gsabatie/EasyOSLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gsabatie": "gsabatie@me.com"
},
"source": {
"git": "https://github.com/gsabatie/EasyOSLogger.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "EasyOSLogger/Classes/**/*",
"swift_version": "4.0"
}