Skip to content

Commit

Permalink
update OS versions, swift tools version in SPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-dt committed Mar 15, 2023
1 parent 2b21abe commit 611e4bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// swift-tools-version:5.1
// swift-tools-version:5.3
import PackageDescription

let package = Package(
name: "TrustKit",
platforms: [
.iOS(.v12),
.macOS(.v10_13),
.tvOS(.v12),
.watchOS(.v4)
.iOS(.v14),
.macOS(.v11),
.tvOS(.v14),
.watchOS(.v7)
],
products: [
.library(
Expand Down

0 comments on commit 611e4bf

Please sign in to comment.