Installing the SDK

You can integrate the FME iOS SDK into your application using either CocoaPods or Swift Package Manager (SPM).

CocoaPods

Add the following line to your Podfile:

pod 'VWO-FME'

Then run:

pod install

Swift Package Manager (SPM)

  1. In Xcode, select “File” → “Add Package Dependencies...”
  2. Enter the repository URL: https://github.com/wingify/vwo-fme-ios-sdk
  3. Choose the latest version and add the package to your project.

Supported Platforms

The SDK is compatible with the following Apple platforms and minimum OS versions:

  • iOS: 12.0 and later
  • watchOS: 7.0 and later
  • tvOS: 12.0 and later
  • macOS: 10.14 and later

Source Code

The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.