Installation Guide
OkayCam Plus is a new module aimed at enhancing selfie verification processes by combating deepfake and injection attacks.
Minimum Requirements
Installation
use_frameworks!
pod 'OkayCamPlus'
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == "CryptoSwift"
puts "Enable module stability for CryptoSwift"
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
endUsage
Example Project
Last updated