From e271ab251cd38375824b490ceef2bb287470a6c9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 20 Jun 2024 13:34:57 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (12.0.1-SNAPSHOT) --- .../12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 636b715..e63a995 100644 --- a/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.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/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1285.zip', :sha256 => '2f427a2bae46e1e779f9ebeb8475f86a36bf1857c4d396b9243a9015168845fa' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1288.zip', :sha256 => 'c83f9a0d28e6463bd3a32a7480630cce3a995a24509494d67d6970381a3493fc' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "12.0.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "11.0.0" + s.dependency "WebIdPluginCore", "11.0.1" end