Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 468 Bytes

Evident logo Evident podspecs

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