4
0

[Fix] WebIdOnDeviceDocumentScanner (20.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-04 11:41:29 +02:00
parent cd38ff5bb6
commit 04bcfdcc6c

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.1/WebIdOnDeviceDocumentScanner.framework-v20.1.1-SNAPSHOT-1455.zip', :sha256 => 'da763cac44570af5cd22031bdba6e7bf5db240af61be6c93252d02f7e778df25' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.1/WebIdOnDeviceDocumentScanner.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => '23400a6c816cdd8e9b12f3d5020ba636948765887cdc76d916922f656f7db3c2' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdDocumentScanner", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdPluginCore", "20.1.0"
s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReader", "7.5.4221"
s.dependency "DocumentReaderFull", "7.5.11015" s.dependency "DocumentReaderFull", "7.5.11015"
end end