UNPKG

lottie-ios

Version:

Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!

25 lines (16 loc) 1.06 kB
## LRUCache This directory includes the source code of the LRUCache library, from the following release: https://github.com/nicklockwood/LRUCache/releases/tag/1.0.4 Lottie is distributed via multiple package managers (SPM, Cocoapods, Carthage, and NPM), each with different packaging and compilation requirements. Due to limitations of these package managers, we can't depend on / import a separate LRUCache module / library. Instead, we include the source directly within the Lottie library and compile everything as a single unit. ### Update instructions From time to time we may need to update to a more recent version of LRUCache. When doing this, follow these steps: 1. Download the latest release from https://github.com/nicklockwood/LRUCache and replace the source code in this directory with the updated code. 2. Update the URL at the top of this file to indicate what release is being used. 3. Change all of the `public` symbols defined in this module to instead be `internal` to prevent Lottie from exposing any EpoxyCore APIs.