This is not a standalone SDK. This is an extension for Reach5, see https://github.com/ReachFive/reachfive-ios
Add the following line to your Podfile:
pod 'Reach5Future'
Open the following menu item in Xcode:
File > Add Package Dependencies...
In the Search or Enter Package URL search box enter this URL:
https://github.com/ReachFive/reachfive-ios-future.git
Then, select the dependency rule and press Add Package.
Or directly add it to the dependencies value of your Package.swift or the Package list in Xcode
dependencies: [
.package(url: "https://github.com/ReachFive/reachfive-ios-future.git", .upToNextMajor(from: "9.0.0"))
]You'll find the documentation of the methods exposed on https://developer.reachfive.com/sdk-ios/index.html.
Please refer to changelog to see the descriptions of each release.