ИМ
Size: a a a
ИМ
T
T
А
DY
А
Т
N
N
АЗ
DD
В
В
PV
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
target 'Scan' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Validator
pod 'PPBlinkID', '~> 5.9.0'
pod 'Alamofire', '~> 4.9.0'
pod 'SwiftKeychainWrapper'
pod 'JWTDecode', '~> 2.6'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end
AD
PV
AD
AD
У