problem integrating ObjC pod into a Swift framework
The common way to use objective-c
code in swift
is using bridging headers, take a look at this:
Importing Objective-C into Swift
you need to create a bridging header and add it to your project then inside the .h file you created simply add :
#import <Lottie/Lottie.h>