Install
Install the iOS SDK using Swift Package Manager (SPM).- In Xcode, go to File → Add Packages…
- Enter the package URL and add the dependency:
- Repository: https://github.com/getrampkit/rampkit-ios
- Add the package to your app target (App and any extensions that need RampKit).
Using CocoaPods? Addpod 'RampKit'thenpod install.