Skip to main content

Install

Install the iOS SDK using Swift Package Manager (SPM).
  1. In Xcode, go to File → Add Packages…
  2. Enter the package URL and add the dependency:
  3. Add the package to your app target (App and any extensions that need RampKit).
Alternatively, with a Package.swift:
Using CocoaPods? Add pod 'RampKit' then pod install.