Skip to content

Commit fce442f

Browse files
committed
chore: Import lottie
1 parent e1b163e commit fce442f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ let package = Package(
4141
.package(url: "https://github.com/onevcat/Kingfisher", .upToNextMajor(from: "7.10.0")),
4242
.package(url: "https://github.com/matomo-org/matomo-sdk-ios", .upToNextMajor(from: "7.5.2")),
4343
.package(url: "https://github.com/shaps80/SwiftUIBackports", .upToNextMajor(from: "1.15.1")),
44-
.package(url: "https://github.com/siteline/SwiftUI-Introspect", .upToNextMajor(from: "1.4.0-beta.1"))
44+
.package(url: "https://github.com/siteline/SwiftUI-Introspect", .upToNextMajor(from: "1.4.0-beta.1")),
45+
.package(url: "https://github.com/airbnb/lottie-spm.git", .upToNextMajor(from: "4.5.2"))
4546
],
4647
targets: [
4748
.target(

0 commit comments

Comments
 (0)