6
0

[Fix] WebIdOnServerDocumentScanner (12.5.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-06-12 10:53:16 +02:00
parent aa3b7fcfbb
commit 1edaf4ccea

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/WebIdOnServerDocumentScanner/12.5.3/WebIdOnServerDocumentScanner.framework-v12.5.3-SNAPSHOT-1349.zip', :sha256 => '6e741e9dbf98ac767e6fa947c73a775827c032e5551d4613d65430e921309eee' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.5.3/WebIdOnServerDocumentScanner.framework-v12.5.3-SNAPSHOT-1350.zip', :sha256 => 'f3d5444308338d16ee76f946b3a7945776dc9c9bae278cf234fc134cf3a341d4' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "12.5.3-SNAPSHOT" #branch:snapshots s.dependency "WebIdDocumentScanner", "12.5.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "12.3.2" s.dependency "WebIdPluginCore", "12.3.3"
end end