Skip to content

Commit fbb5883

Browse files
committed
Update platforms to iOS 13
1 parent 33c4a57 commit fbb5883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "SwiftTooltipKit",
8-
platforms: [.iOS(.v10)],
8+
platforms: [.iOS(.v13)],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)