#Lottie Example in Swift
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!
here is an official Objective-C example from airbnb
Here is some sample from the official site
![Community](_Gifs/Community 2_3.gif)
###Cocoapods Add the pod to your podfile
pod 'lottie-ios'
run
pod install
###Carthage Install Carthage (https://github.com/Carthage/Carthage) Add Lottie to your Cartfile
github "airbnb/lottie-ios" "master"
run
carthage update
for more information please read the official Readme