From c4ac51708cdf1e4b945abe0bf178d2cc8e4bf1c4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Oct 2025 17:10:36 +0200 Subject: [PATCH] [Fix] WebIdDocumentScanner (20.2.2-SNAPSHOT) --- .../20.2.2-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/20.2.2-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/20.2.2-SNAPSHOT/WebIdDocumentScanner.podspec index 17cff9c..3c77201 100644 --- a/WebIdDocumentScanner/20.2.2-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/20.2.2-SNAPSHOT/WebIdDocumentScanner.podspec @@ -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.2.2/WebIdDocumentScanner.framework-v20.2.2-SNAPSHOT-1483.zip', :sha256 => '7a62339354d479de435a90392ed425bd170b9c8300f3d4fad2b2202f9d271da6' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.2.2/WebIdDocumentScanner.framework-v20.2.2-SNAPSHOT-1489.zip', :sha256 => '4c37d41f8b838df230c1fb9600755cffd38e25c0b0e1b870c46a7e2398fbc1d3' } 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.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "20.3.0" end