Skip to content

Commit

Permalink
Increase deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 27, 2024
1 parent a4413f6 commit de39ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import PackageDescription
let package = Package(
name: "Nuke",
platforms: [
.iOS(.v13),
.tvOS(.v13),
.iOS(.v14),
.tvOS(.v14),
.macOS(.v11),
.watchOS(.v6),
.watchOS(.v7),
.visionOS(.v1),
],
products: [
Expand Down

0 comments on commit de39ec1

Please sign in to comment.