Add to your Podfile
#
# Add Evident ID podspec repo to pod sources
# CAVEAT:
# When adding any sources, you also need to add the
# standard Cocoapods repo.
#
source 'https://github.com/cocoapods/specs.git'
source '[email protected]:evidentidpublic/mobile-podspecs.git'
[...]
target 'your-target' do
# See docs for latest version!
pod 'AssureSDK', '1.1.3'
pod 'CaptureSDK', '1.1.3'
end