Skip to content

Commit

Permalink
Increase min targets for iOS, tvOs and watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Feb 16, 2025
1 parent 84fc99a commit 884f904
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 @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SwiftkubeClient",
platforms: [
.macOS(.v12), .iOS(.v14), .tvOS(.v14), .watchOS(.v7),
.macOS(.v12), .iOS(.v15), .tvOS(.v15), .watchOS(.v8),
],
products: [
.library(
Expand Down

0 comments on commit 884f904

Please sign in to comment.