blob: c1009b6d7f25fdbe3efeabde4b353c3e0be0ec66 [file] [log] [blame]
{
"name": "LoggerAPI",
"version": "1.9.200",
"summary": "A logger protocol that provides a common logging interface for different kinds of loggers.",
"homepage": "https://github.com/Kitura/LoggerAPI",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM and the Kitura project authors",
"module_name": "LoggerAPI",
"swift_versions": "5.1",
"platforms": {
"osx": "10.11",
"ios": "10.0",
"tvos": "9.1",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Kitura/LoggerAPI.git",
"tag": "1.9.200"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Logging": [
"~> 1.1"
]
},
"swift_version": "5.1"
}