From a7eee9b5d54f4f853baefa411ed25e89eb053efd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 10 Feb 2026 12:37:48 +0100 Subject: [PATCH] [Fix] WebIdMetaPlugin (15.2.1-SNAPSHOT) --- WebIdMetaPlugin/15.2.1-SNAPSHOT/WebIdMetaPlugin.podspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WebIdMetaPlugin/15.2.1-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/15.2.1-SNAPSHOT/WebIdMetaPlugin.podspec index 10d38e6..c3a31af 100644 --- a/WebIdMetaPlugin/15.2.1-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/15.2.1-SNAPSHOT/WebIdMetaPlugin.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/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1350.zip', :sha256 => 'aa109c46a06306b832480414edcf5b3549876071c8d4d4f0bc6c909b53df76e0' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1353.zip', :sha256 => 'b087f76987f33b0cf407bb9c588dfec805297f6f5624d551352f77495d670e90' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,8 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.dependency "WebIdVideoIdentProductPlugin", "15.2.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdVideoIdentPlugin", "15.2.1" s.dependency "WebIdDigitalSigningPlugin", "15.1.1" - s.dependency "WebIdIosIdentScanPlugin", "15.1.1" - s.dependency "WebIdOnServerDocumentScanner", "15.1.1" end