Using Swift Package Manager (SPM)
Step 1 - If the integration is being made with SPM (Swift Package Manager), please integrate VWO with the following:
URL: https://github.com/wingify/ios-mobile-insights-artifacts.git
Using CocoaPods
Step 1 - You can use CocoaPods to install the VWO Insights IOS SDK by adding the below pods to your Pod file.
pod 'VWO-Insights'
Run the pod install
command.
Step 2 - add the following key to your plist after the integration through SPM/CocoaPods.
<key>NSPrincipalClass</key>
<string>VWOPrincipleClass</string>