6
0

[Fix] WebIdDocumentScanner (22.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-02 14:08:52 +02:00
parent f1cf799c96
commit 64abbb25d7

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/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1606.zip', :sha256 => '1bbad9fb88c7ed12f1744a25a2e0a1996f122c57533a50c5a04a076bbb4b75d0' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1609.zip', :sha256 => 'c5fb4c8b127eda488313219652f39e1abc3b6d6c10d32ba2e32ac00df7f773fd' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "21.1.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "21.1.0"
end end