We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce12eda + 69ac3aa commit 951f52dCopy full SHA for 951f52d
Package.swift
@@ -5,6 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "LoggingOSLog",
8
+ platforms: [.iOS("10.0"), .macOS("10.12"), .tvOS("10.0"), .watchOS("3.0")],
9
products: [
10
.library(
11
0 commit comments