The latest SDK version for IOS is v1.0.6 and you can view the changelog here.
Using Swift Package Manager (SPM)
Note: - SDK supports SwiftUI VWO-Insights v0.5.1 and above
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
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.