Distribute Lottie as XCFramework on Github releases #1743
Replies: 3 comments 5 replies
-
Lottie already supports four package managers that have to be updated on each release (Cocoapods, Carthage, SPM, NPM) so I'm somewhat reluctant to add a fifth release method. Have you considered using Carthage instead of Cocoapods? It builds |
Beta Was this translation helpful? Give feedback.
-
My only concern with using Carthage is that other dependencies are dropping support for it. I would prefer not to be using it given the risk. I do understand your concerns. Are you planning to drop Carthage support in the future? |
Beta Was this translation helpful? Give feedback.
-
Hi @calda, is this topic still a no-go? To have this being distributed officially by airbnb would be the best case scenario. Can I help or contribute to make it possible? |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are already consuming Lottie through Cocoapods. We are looking to reduce the compilation times of our app by consuming compiled XCFrameworks of third party dependencies. Some dependencies offers these in their release tabs (i.e. RxSwift).
I would like to request/help building and distributing built xcframework when new releases are published.
Thanks,
Anurag
Beta Was this translation helpful? Give feedback.
All reactions