6
0

[Fix] WebIdAutoIdentOnDeviceProductPlugin (13.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-08-02 17:00:24 +02:00
parent 6e4da943cd
commit 0872d17fe1

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip', :sha256 => 'abaabce9ed7d6fc9497587ee49434862ba9ffbac06f07c1806e49b1eb45eea42' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2-SNAPSHOT-1203.zip', :sha256 => '575aeae1f6a27d00f2d11654450b022c31de7650b86ad7198d43cc42da200d9b' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,7 +16,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "11.0.1"
s.dependency "WebIdIosIdentScanPlugin", "12.0.1"
s.dependency "WebIdOnDeviceDocumentScanner", "12.0.1"
s.dependency "DocumentReader", "~> 7.2"
s.dependency "RegulaCommon", "~> 7.2"
s.dependency "WebIdDigitalSigningPlugin", "11.1.2"
s.dependency "WebIdIosIdentScanPlugin", "12.2.0"
s.dependency "WebIdOnDeviceDocumentScanner", "12.2.0"
end