CocoaPods

BiometridStandard supports CocoaPods for dependency management.

Add the following to your Podfile :

pod 'full_sdk_ios_wv'

BiometridOn is now ready to use in your project.

Implementation example

platform :ios, '13.0'

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

target 'Example' do
   use_frameworks!
   pod 'full_sdk_ios_wv', '2.5.1'
end

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

source 'https://github.com/CocoaPods/Specs.git'

Was this helpful?