/maisonette-ios-vwo-spm

VWO iOS SDK swift package manager support

Primary LanguageObjective-COtherNOASSERTION

VWO

Version License Platform

Swift package manager support

This fork re-publishes the VWO iOS SDK as a Swift package.

Versioning

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

Syncing and re-generating the package

  1. Merge in changes from the source repository master into master of this repo
  2. While resolving conflicts, ensure the .swiftpm directory and the Package.swift file are merged using our changes
  3. Run the script makePackage. This moves source files into a common path and creates a separate public headers directory
  4. Ensure compilation succeeds
  5. Test integration into your app
  6. Push your changes and tag the release with the appropriate version number

Installation

VWO is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'VWO'

iOS Version Support

This library supports iOS version 9.0 and above.

Setting up VWO Account

Sign Up for VWO account at https://vwo.com

Getting Started Documentation

Author

Wingify, info@wingify.com

License

By using this SDK, you agree to abide by the VWO Terms & Conditions.