Skip to content

Commit ea38411

Browse files
committed
Changed the supported versions
1 parent b17b776 commit ea38411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import PackageDescription
66
let package = Package(
77
name: "CocoaAsyncSocketDynamic",
88
platforms: [
9-
.iOS(.v9),
10-
.macOS(.v10_10),
11-
.tvOS(.v9)
9+
.iOS(.v15),
10+
.macOS(.v13),
11+
.tvOS(.v12)
1212
],
1313
products: [
1414
.library(

0 commit comments

Comments
 (0)