Skip to content

Commit

Permalink
bump ios min and set explicit macos min
Browse files Browse the repository at this point in the history
  • Loading branch information
eisforellen committed Jan 31, 2024
1 parent 48d935d commit 466e8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import PackageDescription
let package = Package(
name: "EZDataSource",
platforms: [
.iOS("14.0"),
.iOS("15.0"),
.macOS("12.0"),
],
products: [
.library(
Expand Down

0 comments on commit 466e8b2

Please sign in to comment.