Skip to content

ReachFive/reachfive-ios-future

 
 

Repository files navigation

Reach5 Logo

CircleCI Download

Reachfive Future bridge

This is not a standalone SDK. This is an extension for Reach5, see https://github.com/ReachFive/reachfive-ios

Installation

Cocoapods

Add the following line to your Podfile:

pod 'Reach5Future'

Swift Package Manager

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"))
]

Documentation

You'll find the documentation of the methods exposed on https://developer.reachfive.com/sdk-ios/index.html.

Changelog

Please refer to changelog to see the descriptions of each release.

License

MIT © ReachFive

About

Reachfive Identity SDK for iOS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 98.2%
  • Ruby 1.3%
  • Shell 0.5%