Skip to content

Commit

Permalink
Update minimum deployment target to iOS 13.0 / macOS 10.15 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Feb 21, 2024
1 parent 3bd43e1 commit c989e87
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 @@ -20,7 +20,7 @@ let lottieXCFramework = Target.binaryTarget(

let package = Package(
name: "Lottie",
platforms: [.iOS("11.0"), .macOS("10.11"), .tvOS("11.0"), .custom("visionOS", versionString: "1.0")],
platforms: [.iOS("13.0"), .macOS("10.15"), .tvOS("13.0"), .custom("visionOS", versionString: "1.0")],
products: [.library(name: "Lottie", targets: ["Lottie", "_LottieStub"])],
targets: [
lottieXCFramework,
Expand Down

0 comments on commit c989e87

Please sign in to comment.