Skip to content

Commit

Permalink
Update to lottie-ios 4.5.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Jan 3, 2025
1 parent b7f41dd commit 8c6edf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
/// This XCFramework can be used by Xcode 15.0 and later.
let lottieXCFramework = Target.binaryTarget(
name: "Lottie",
url: "https://github.com/airbnb/lottie-ios/releases/download/4.5.0/Lottie.xcframework.zip",
checksum: "ea474237ceca92ae12ee276c167f733f75567e9ca144dfa92678dfe5073d77b1")
url: "https://github.com/airbnb/lottie-ios/releases/download/4.5.1/Lottie.xcframework.zip",
checksum: "4b236af575d08526703919c5cd74d54772730e42b21bde2296bac07ad9ce5cda")

let package = Package(
name: "Lottie",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p
or you can add the following dependency to your `Package.swift`:

```swift
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.5.0")
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.5.1")
```

### Why is there a separate repo for Swift Package Manager support?
Expand Down

0 comments on commit 8c6edf4

Please sign in to comment.