6
0

[Fix] WebIdOnDeviceDocumentScanner (12.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-04-14 18:28:39 +02:00
parent a351260b34
commit a5d5cc65ca

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/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1333.zip', :sha256 => '129a840511a952d4bc4a7dd22856ef742a17a7204ef412a69ef26262e07615e6' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1334.zip', :sha256 => 'e938474b0662706511b9ad953270eb1779a8fbe3308599f33e3606dfff01e88b' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.dependency "WebIdDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "12.1.0"
s.dependency "DocumentReader", "~> 7.5"
s.dependency "DocumentReaderFull", "~> 7.5"
s.dependency "DocumentReader", "7.5.4221"
s.dependency "DocumentReaderFull", "7.5.11015"
end