Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 91e0197

Browse files
author
lizhuoli
committed
Fix the minumum version of iOS/tvOS
1 parent 022c469 commit 91e0197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "SDWebImageSVGKitPlugin",
77
platforms: [
8-
.macOS(.v10_11), .iOS(.v13), .tvOS(.v13)
8+
.macOS(.v10_11), .iOS(.v9), .tvOS(.v9)
99
],
1010
products: [
1111
// Products define the executables and libraries produced by a package, and make them visible to other packages.

0 commit comments

Comments
 (0)