To get the instructions on how to integrate Singular iOS SDK please visit the following page iOS SDK
Singular SDK supports installation via Swift Package Manager.
Step 1. In Xcode go to: File -> Swift Packages -> Add Package Dependency...
Step 2. Enter the Singular SDK GitHub repository - https://github.com/singular-labs/Singular-iOS-SDK
Step 3. Select the Singular SDK version
Step 4. Select the Singular library
Step 5. Add the following libraries. (AdServices.framework
Must be added, but mark it as Optional since it's only available for devices with iOS 14.3 and higher).
Step 6. In your AppDelegate
file import Singular module and start using Singular SDK