2
0

[Fix] WebIdAutoIdentOnServerProductPlugin (14.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-10-25 08:11:04 +02:00
parent 9014443c65
commit 78877c0510

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/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '91cfcc33fe4825658b31db0da39188bd408da3b255eddb11268012f2be7e9b44' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => '6b6d22f7e0ef9e46f20df1e5827f8a221ee7d504430dc8776773afb2bd69591a' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta"
s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta"
s.dependency "WebIdOnServerDocumentScanner", "13.0.0-beta"
s.dependency "WebIdDigitalSigningPlugin", "12.1.1"
s.dependency "WebIdIosIdentScanPlugin", "13.1.0"
s.dependency "WebIdOnServerDocumentScanner", "13.1.0"
end