GuidesCredential verificationInstall the SDK

How to install the iOS mDocs verifier SDK

This guide offers step-by-step instructions for installing the iOS mDocs verifier 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-verifier-sdk.git'
  1. Add the following string to your chosen target to add MobileCredentialVerifierSDK:
pod 'MobileCredentialVerifierSDK', '~> 0.7.0'