Viafoura iOS SDK
This library allows you to integrate Viafoura tools into a native iOS app.
Add the SDK to your project
CocoaPods
Using- Set dependency as follows: `pod 'ViafouraCore'
- Execute
pod install
in Terminal - Open workspace file and run
Swift Package Manager
UsingThe Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding SpotIM as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/viafoura/sdk-ios.git")
]
See our documentation
Please follow the official Viafoura iOS SDK documentation.