[Fix] WebIdDocumentScanner (15.0.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-09 10:20:13 +01:00
parent 6aeacf879a
commit 8979f26f47

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/legacy-snapshots/de/webid-solutions/WebIdDocumentScanner/15.0.3/WebIdDocumentScanner.framework-v15.0.3-SNAPSHOT-1383.zip', :sha256 => '3404169e03b65490f37c2885f156033a412c33f98e533b7f8b052ff383fa23df' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDocumentScanner/15.0.3/WebIdDocumentScanner.framework-v15.0.3-SNAPSHOT-1384.zip', :sha256 => '8cf367719b8e9201e911f38b9ed499a7894ddc1686b8d2da0464e8f47d2e5adf' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
end