Skip to content

Commit d76f4dc

Browse files
committed
Fix minimum requirements for iOS and tvOS
1 parent 54bccdb commit d76f4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import PackageDescription
66
let package = Package(
77
name: "ATCryptography",
88
platforms: [
9-
.iOS(.v16),
9+
.iOS(.v14),
1010
.macOS(.v13),
11-
.tvOS(.v16),
11+
.tvOS(.v14),
1212
.visionOS(.v1),
1313
.watchOS(.v9)
1414
],

0 commit comments

Comments
 (0)