Skip to content

Commit

Permalink
Merge pull request #34 from ezcater/chore/ellen/bump-ios-min
Browse files Browse the repository at this point in the history
Bump Minimum iOS to 15.0
  • Loading branch information
eisforellen authored Jan 31, 2024
2 parents 48d935d + 466e8b2 commit 0280a92
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 0280a92

Please sign in to comment.