6
0

[Fix] WebIdDocumentScanner (12.5.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-06-12 10:52:19 +02:00
parent 9c739f5cd1
commit 456b1c6d1e

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/12.5.3/WebIdDocumentScanner.framework-v12.5.3-SNAPSHOT-1349.zip', :sha256 => 'd9189fb7d72ca86f6d378ba3b1e075c8592171eb63d415a640fa1d280a0cbeb5' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.5.3/WebIdDocumentScanner.framework-v12.5.3-SNAPSHOT-1350.zip', :sha256 => '446d525b71beb147305519cbc4516ed7ac92d01e3d794da33651b6a4b8dfd80d' }
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", "12.3.2"
s.dependency "WebIdPluginCore", "12.3.3"
end