This fork re-publishes the VWO iOS SDK as a Swift package.
The versioning convention we follow is 100 + major version number published by VWO
.
For example v101.2.3
of this fork corresponds to VWO v1.2.3
- Merge in changes from the source repository
master
intomaster
of this repo - While resolving conflicts, ensure the
.swiftpm
directory and thePackage.swift
file are merged using our changes - Run the script
makePackage
. This moves source files into a common path and creates a separate public headers directory - Ensure compilation succeeds
- Test integration into your app
- Push your changes and tag the release with the appropriate version number
VWO is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'VWO'
This library supports iOS version 9.0 and above.
Sign Up for VWO account at https://vwo.com
Wingify, info@wingify.com
By using this SDK, you agree to abide by the VWO Terms & Conditions.