blob: 91add978b0f49e8eb49359b190a73b5cc2d470b8 [file] [log] [blame]
{
"name": "Logging",
"version": "1.0.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "A Logging API for Swift.",
"homepage": "https://github.com/apple/swift-log",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-log.git",
"tag": "1.0.0"
},
"documentation_url": "https://apple.github.io/swift-log",
"module_name": "Logging",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Logging/**/*.swift"
}