source 'https://cdn.cocoapods.org/'
source 'https://github.com/advance-ai-mobile/aai-specs'

# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'


target 'LivenessSDKSwiftDemo' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for LivenessSDKObjCDemo
  pod 'AAILivenessUI', '4.1.3'
  pod 'AAILivenessModel', '4.0.0'
  pod 'AAIDataVisorSDK', '0.1.7'
end
