blob: 1827a64a0617de4728163ce9dd6a92b3b0e7904b [file] [log] [blame]
{
"name": "LogMigrator",
"version": "1.0.0",
"platforms": {
"ios": "12.0"
},
"summary": "Lightweight Logging wrapper for OSLog/Swift Logger.",
"description": "Lightweight Logging wrapper to enable early adoption, as well as a seamless migration to Apple's new Swift Unified Logging APIs",
"homepage": "https://github.com/Jake-Prickett/LogMigrator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jake Prickett": "jprickett821@gmail.com"
},
"source": {
"git": "https://github.com/Jake-Prickett/LogMigrator.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.{h,swift}",
"swift_version": "5.0"
}