6
0

[Fix] WebIdDocumentScanner (21.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-31 12:43:35 +02:00
parent 9c9c212a21
commit e42c8d29be

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/WebIdDocumentScanner/21.2.2/WebIdDocumentScanner.framework-v21.2.2-SNAPSHOT-1601.zip', :sha256 => '547a8592af877ff9d1eb1fbbd436fd870af3a9e619cbdaaf6dfc40c78abe2bcf' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/21.2.2/WebIdDocumentScanner.framework-v21.2.2-SNAPSHOT-1604.zip', :sha256 => '751c6d553e5e6fa94483e76cd6a463b307346daa1be339949ac5dbe06d9851e2' }
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", "21.0.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "21.1.0"
end