From da6f807ccf99299626ace43924f103dc8885369f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 26 Jun 2024 15:16:40 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (12.0.1-SNAPSHOT) --- .../12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 062ea08..bae4b40 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-1289.zip', :sha256 => '584c2346bcdf9da6c491b2e0c8e282f7e5b72ca6948986ea88e4dab276352b38' } + 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-1290.zip', :sha256 => '6dec7e64011f95c5a8b1dbe764c525466091386c65011fbd0ec8ed4a9f325ddf' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,4 @@ 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.1" end