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

ENV['mode'] = 'Normal'
mode = ENV["mode"]

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

  # Pods for LivenessSDKObjCDemo
  pod 'ShowHow', :path => 'ShowHow/', :environment_variables => {
    'mode' => mode
  }
  pod 'AAINetwork', :http => 'https://prod-guardian-cv.oss-ap-southeast-5.aliyuncs.com/sdk/iOS-libraries/AAINetwork/AAINetwork-V1.0.3.tar.bz2', type: :tbz
  pod 'AAILivenessUI', :http => 'https://prod-guardian-cv.oss-ap-southeast-5.aliyuncs.com/sdk/iOS-liveness-detection/3.6.5/iOS-Liveness-SDK-V3.6.5.tar.bz2', type: :tbz
end
