Skip to content

Commit

Permalink
Update Package.swift (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
OguzYuuksel authored May 3, 2023
1 parent 6c4b395 commit 03a5cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "UIExtensions",
platforms: [.iOS(.v14)],
platforms: [.iOS(.v13)],
products: [
.library(name: "UIExtensions", targets: ["UIExtensions"]),
.library(name: "UIExtensionsDynamic", type: .dynamic, targets: ["UIExtensionsDynamic"]),
Expand Down

0 comments on commit 03a5cde

Please sign in to comment.