6
0

[Fix] WebIdDocumentScanner (22.1.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-05-04 20:06:51 +02:00
parent 34a0a43ca2
commit 8e55bda637

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/22.1.3/WebIdDocumentScanner.framework-v22.1.3-SNAPSHOT-1643.zip', :sha256 => '44eedd9a3226cf7df52dbe879257d3f80ffa2e195db9907420f441ad8f95da4d' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.1.3/WebIdDocumentScanner.framework-v22.1.3-SNAPSHOT-1644.zip', :sha256 => '5153d3c3add6323f0a691c0bdc818713e27a5f552017483fd599b351198d5deb' }
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.2.1-SNAPSHOT" #branch:modernize
s.dependency "WebIdPluginCore", "21.2.1-SNAPSHOT" #branch:snapshots
end