Update Package.swift

This commit is contained in:
An An 2022-05-30 14:34:36 +08:00
parent 31e12c16c7
commit 4dea2f5220
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import PackageDescription
let package = Package(
name: "AAInfographics",
platforms: [
.iOS(.v9),
.macOS(.v10_11)
.iOS(.v11),
.macOS(.v10_13)
],
products: [
.library(name: "AAInfographics", targets: ["AAInfographics"])