Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Mar 7, 2024
1 parent 57b1a76 commit 0f2ec55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import PackageDescription
let package = Package(
name: "PageControllerView",
platforms: [
.macOS(.v14)
.macOS(.v14), // macOS 14 and later
.iOS(.v17), // iOS 17 and later
],
products: [
.library(
Expand All @@ -18,4 +19,5 @@ let package = Package(
name: "PageControllerViewTests",
dependencies: ["PageControllerView"]),
]
)
)

0 comments on commit 0f2ec55

Please sign in to comment.