6
0

[Fix] WebIdDocumentScanner (20.3.6-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-12 15:24:49 +01:00
parent 1903683c68
commit 6f6b074b57

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.3.6/WebIdDocumentScanner.framework-v20.3.6-SNAPSHOT-1509.zip', :sha256 => '1e4faa1c8f34945a6fcd6bb398087e1a358e582d99ded6aa7681d132767eb722' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.3.6/WebIdDocumentScanner.framework-v20.3.6-SNAPSHOT-1510.zip', :sha256 => 'f26b09816e9ec4d1e9db14df9f4cbcaacf85f65521392f819f66de7465ef8476' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.3.2-SNAPSHOT" #branch:snapshots
end