Here is how it works:
Embedding Xebo.ai Mobile SDK – iOS version
Prerequisites
Make sure to have the iOS development environment on the system.
iOS 13.0 or higher
The SDK can be added via pods or SPM.
Add as POD
Make the below changes in pod file present in project folder.
Minimum platform version as 13.0
platform :ios, '13.0'
Add below dependencies in podfile
pod 'xebompack.io', :git => 'https://github.com/Survey2Connect/Xebo-mobilesdk-ios.git', :tag => "1.1"
Then do ‘pod install’
Add as SPM
Click the “+” button in the Package Dependencies section of your project settings.
Enter the URL: https://github.com/Survey2Connect/Xebo-mobilesdk-ios
Choose the Dependency Rule
Select Exact Version as the dependency rule.
Enter the version: 1.1