GuidesWallet utilitiesInstall the SDK

How to install the iOS mDocs holder SDK

This guide offers step-by-step instructions for installing the iOS mDocs holder SDK.

Prerequisites

  • Access to the SDK’s GitHub distribution repository. Refer to the getting started guide for more information.

Access requires an SSH key associated with the GitHub user who has access to the distribution repo. Please contact us if you are having trouble with setting this up.

Installation

You can install the SDK using either Cocoapods or the Swift Package Manager:

  1. Add the following string at the top of your Podfile:
source 'git@github.com:mattrinternal/ios-mobile-credential-holder-sdk.git'
  1. Add the following string to your chosen target to add MobileCredentialHolderSDK:
pod 'MobileCredentialHolderSDK', '~> 0.13.0'