Skip to content

Commit

Permalink
Merge pull request #17 from teufelaudio/update-UIExtensions
Browse files Browse the repository at this point in the history
Update UIExtension
  • Loading branch information
OguzYuuksel committed Apr 10, 2024
2 parents 32afb6c + cdec80e commit 7e4cac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios.git", from: "4.4.0"),
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "1.1.1")
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "1.2.1")
],
targets: [
.target(name: "LottieExtensions", dependencies: ["Lottie", "UIExtensions"]),
Expand Down

0 comments on commit 7e4cac9

Please sign in to comment.