How to integrate this into my ios sdk
tunglong007 opened this issue · 1 comments
tunglong007 commented
I am trying to import the library into my custom iOS sdk in Swift. How can I achieve this?
TimOliver commented
Hi @tunglong007. It depends how you're distributing your SDK. You can potentially make your SDK define this library as a dependency in CocoaPods and SPM, and just require users also clone it with Carthage.
Short of that, you can just copy the source files to your own SDK.
Hope that helps!