Skip to content

Commit

Permalink
[version] change minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Jul 29, 2020
1 parent 2eff54c commit 4282481
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import PackageDescription
let package = Package(
name: "ESUIHelper",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.watchOS(.v6),
.tvOS(.v13)
.iOS(.v12),
.watchOS(.v5),
.tvOS(.v12)
],
products: [
.library(name: "ESUIHelper", targets: ["ESUIHelper"]),
Expand Down

0 comments on commit 4282481

Please sign in to comment.