### Add Lottie Product to Target Dependencies Source: https://github.com/airbnb/lottie-spm/blob/main/README.md Specify the Lottie product in your target's dependencies within Package.swift. ```swift dependencies: [ .product(name: "Lottie", package: "lottie-spm") ] ``` -------------------------------- ### Add Lottie SPM Dependency to Package.swift Source: https://github.com/airbnb/lottie-spm/blob/main/README.md Add this dependency to your project's Package.swift file to include Lottie via Swift Package Manager. ```swift .package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.6.1") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.