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)
- In Xcode, select “File” → “Add Package Dependencies...”
- Enter the repository URL: https://github.com/wingify/vwo-fme-ios-sdk
- 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
Language | Repository |
---|---|
Swift | https://github.com/wingify/vwo-fme-ios-sdk |
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.
Updated 12 days ago