File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ let package = Package(
9
9
targets: [
10
10
. binaryTarget(
11
11
name: " Lottie " ,
12
- url: " https://github.com/airbnb/lottie-ios/releases/download/4.3.3 /Lottie.xcframework.zip " ,
13
- checksum: " f7ab7a838bd707c53699406107bec56eb532a99082a017651a05290f9090771f " ) ,
12
+ url: " https://github.com/airbnb/lottie-ios/releases/download/4.3.4 /Lottie.xcframework.zip " ,
13
+ checksum: " 33c4efc87130f751e8a4bee1de5c557c6821566e05d0fa77cdcc1beae23858ca " ) ,
14
14
15
15
// Without at least one regular (non-binary) target, this package doesn't show up
16
16
// in Xcode under "Frameworks, Libraries, and Embedded Content". That prevents
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p
13
13
or you can add the following dependency to your ` Package.swift ` :
14
14
15
15
``` swift
16
- .package (url : " https://github.com/airbnb/lottie-spm.git" , from : " 4.3.3 " )
16
+ .package (url : " https://github.com/airbnb/lottie-spm.git" , from : " 4.3.4 " )
17
17
```
18
18
19
19
### Why is there a separate repo for Swift Package Manager support?
You can’t perform that action at this time.
0 commit comments