Pangle iOS SDK for Swift Package Manager.
The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
To integrate the Pangle SDK into your project using Swift Package Manager, please refer to SPM integration documentation. And remember to enable the -ObjC
flag in Xcode: select Build Settings, search for Other Linker Flags and add -ObjC
.
Check out our integration docs for more info on getting started with Pangle SDK.