From 06832409be85937967eb615870b8799790a8a153 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 29 Nov 2024 14:34:50 +0100 Subject: [PATCH] [Fix] WebIdDocumentScanner (13.0.0-SNAPSHOT) --- .../13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec index 20ed982..c9cfffd 100644 --- a/WebIdDocumentScanner/13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/13.0.0-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/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/13.0.0/WebIdDocumentScanner.framework-v13.0.0-SNAPSHOT-1350.zip', :sha256 => 'fd0c00244da744d86378d6603c92351078dda6abd4016d9de5ca95e7535f6ba5' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/13.0.0/WebIdDocumentScanner.framework-v13.0.0-SNAPSHOT-1375.zip', :sha256 => '911bd5fb3a338e37dcd3b766c1610003c44ff25e7ae731737c3230620b30f669' } 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", "13.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "13.2.1" end