6
0

[Fix] WebIdOnDeviceDocumentScanner (20.4.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-07 14:16:36 +01:00
parent 97dcf4d0af
commit 4d0bd55c36

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/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1531.zip', :sha256 => 'dcaa11b80e8561e204ba1efdbe913f1ae303f1a3c05b345260edae5ac663e985' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1535.zip', :sha256 => '5509464a7cbb189193fda8e1b71993a2abeed7c7a8c073e9b22ad44cc5c734a5' }
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.4.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "21.0.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