Update Package.swift

This commit is contained in:
WonJo 2021-08-06 11:53:33 +09:00 committed by GitHub
parent 289862b946
commit 6b12581da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "libwebp",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.