Biometrid IOS SDK
2.5.5
2.5.5
  • Introduction
  • Standard SDK
    • Prerequisites
    • Requirements
    • Initialization
    • Enums
    • Installation
      • Zip file
      • CocoaPods
    • Process Management
      • Create process
      • Get Step State
      • Update Step
      • Previous Step
    • Liveness Detection
    • Auto Capture
      • MRZ Capture
      • Configurations
    • Camera
      • Configurations
    • NFC
      • Scan Result
      • Configurations
    • Video Conference
  • FULL SDK
    • Requirements
    • Usage
    • Installation
      • Zip file
      • CocoaPods
    • Initialization
    • Start
    • Stop
    • Callbacks
Powered by GitBook
On this page

Was this helpful?

  1. Standard SDK
  2. Installation

CocoaPods

BiometridStandard supports CocoaPods for dependency management.

Add the following to your Podfile :

pod 'BiometridStandard'

Implementation example

platform :ios, '13.0'

source 'https://dl.cloudsmith.io/public/biometrid/biometrid/cocoapods/index.git'

target 'Example' do
  use_frameworks!
  pod 'BiometridStandard', '2.5.5'
end

You may also need to add the following line to the Podfile above to receive all dependencies of BiometridStandard framework

source 'https://github.com/CocoaPods/Specs.git'
PreviousZip fileNextProcess Management

Last updated 4 months ago

Was this helpful?