We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a33bc commit ef952bcCopy full SHA for ef952bc
AcuantiOSSDKV11.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
s.swift_versions = ['5.4']
4
s.ios.deployment_target = '11.0'
5
s.name = "AcuantiOSSDKV11"
6
- s.version = "11.5.0"
+ s.version = "11.5.1"
7
s.summary = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow "
8
s.description = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow.
9
@@ -78,6 +78,8 @@ Pod::Spec.new do |s|
78
79
acuantIP.dependency "#{s.name}/AcuantCommon"
80
acuantIP.dependency 'iProov', '~> 8.4.0'
81
+ acuantIP.dependency 'KeychainAccess', '~> 4.2'
82
+ acuantIP.dependency 'SwiftyJSON', '~> 5.0'
83
end
84
85
s.subspec 'AcuantEchipReader' do |acuantEchip|
0 commit comments