6
0

[Fix] WebIdOnServerDocumentScanner (22.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-22 12:54:08 +02:00
parent 034f96a93a
commit 597fd7d897

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/22.0.4/WebIdOnServerDocumentScanner.framework-v22.0.4-SNAPSHOT-1627.zip', :sha256 => 'e5d5eaf9494f5ecb818d7f562f32ddfb6b8208391f4a5fe1be8360df165ea4b5' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.0.4/WebIdOnServerDocumentScanner.framework-v22.0.4-SNAPSHOT-1629.zip', :sha256 => '78ed54fada3f121d970289567d66f4cce9f770e3c9f4bc627f97b4362f46ddfa' }
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", "22.0.4-SNAPSHOT" #branch:snapshots s.dependency "WebIdDocumentScanner", "22.0.4-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "21.1.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "21.2.0"
end end