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

Commit c67daac

Browse files
Align platform requirements with SVGKit
1 parent b407fcd commit c67daac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33
import PackageDescription
44

55
let package = Package(
66
name: "SDWebImageSVGKitPlugin",
77
platforms: [
8-
.macOS(.v10_11), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
8+
.macOS(.v10_11), .iOS(.v13), .tvOS(.v13)
99
],
1010
products: [
1111
// Products define the executables and libraries produced by a package, and make them visible to other packages.
@@ -30,4 +30,4 @@ let package = Package(
3030
publicHeadersPath: "SDWebImageSVGKitPlugin/Classes"
3131
)
3232
]
33-
)
33+
)

0 commit comments

Comments
 (0)