Skip to content

Commit

Permalink
[Release] Change: Bump to 2.4.2
Browse files Browse the repository at this point in the history
Lower platforms to ios9 like podspec
  • Loading branch information
guhungry committed Aug 21, 2024
1 parent 0fd7b68 commit a2750df
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 @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "WCPhotoManipulator",
platforms: [.iOS(.v14)],
platforms: [.iOS(.v9)],
products: [
.library(
name: "WCPhotoManipulator",
Expand Down

0 comments on commit a2750df

Please sign in to comment.