Skip to content

Commit ef952bc

Browse files
added v11.5.1 (pod spec fix only)
1 parent d9a33bc commit ef952bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AcuantiOSSDKV11.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.swift_versions = ['5.4']
44
s.ios.deployment_target = '11.0'
55
s.name = "AcuantiOSSDKV11"
6-
s.version = "11.5.0"
6+
s.version = "11.5.1"
77
s.summary = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow "
88
s.description = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow.
99
@@ -78,6 +78,8 @@ Pod::Spec.new do |s|
7878

7979
acuantIP.dependency "#{s.name}/AcuantCommon"
8080
acuantIP.dependency 'iProov', '~> 8.4.0'
81+
acuantIP.dependency 'KeychainAccess', '~> 4.2'
82+
acuantIP.dependency 'SwiftyJSON', '~> 5.0'
8183
end
8284

8385
s.subspec 'AcuantEchipReader' do |acuantEchip|

0 commit comments

Comments
 (0)