blob: 852f0514d75e8603dae4b2fd731c92f95cf52f7d [file] [log] [blame]
{
"name": "DLLogging",
"version": "1.1.0",
"summary": "Swift's Framework Logging",
"description": "A unified logging for iOS/MacOS application written in Swift. \nModularize, Centralize, easier to extend Logging.\nIt supports log levels: verbose, debug, info, warning, error, severe.\nBuild-in Loggings: Console, File.",
"homepage": "https://lengocduy.github.io/DLLogging",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Le Ngoc Duy": "askbills@gmail.com"
},
"social_media_url": "https://twitter.com/askbills",
"platforms": {
"ios": "11.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/lengocduy/DLLogging.git",
"tag": "v1.1.0"
},
"source_files": [
"Logging",
"Logging/**/*.{h,m,swift}"
],
"exclude_files": "Logging/Exclude",
"public_header_files": "Logging/**/*.h",
"swift_versions": "5.0",
"swift_version": "5.0"
}