Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Jul 30, 2024
1 parent 2f57649 commit 7df0685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "SwiftSoup",
platforms: [.macOS(.v10_15), .iOS(.v11), .watchOS(.v4)],
platforms: [.macOS(.v10_15), .iOS(.v13), .watchOS(.v4)],
products: [
.library(name: "SwiftSoup", targets: ["SwiftSoup"])
],
Expand Down

0 comments on commit 7df0685

Please sign in to comment.