[Fix] WebIdOnDeviceDocumentScanner (15.0.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-09 10:20:54 +01:00
parent 1d97c95c11
commit 7137ba6f0a

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/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.3/WebIdOnDeviceDocumentScanner.framework-v15.0.3-SNAPSHOT-1383.zip', :sha256 => '16ce6d86206a3f94cb7d1358bde8737cd276c349165f910814f9aa2419b0f956' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.3/WebIdOnDeviceDocumentScanner.framework-v15.0.3-SNAPSHOT-1384.zip', :sha256 => 'eba9514963658c921ea5862b3a3bdbc373f3254ef85d3659851d23f3ac6d8885' }
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", "15.0.3-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDocumentScanner", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
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