From 180cba8b11328e52ac723c79999a52d9dd860d12 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Jul 2025 13:03:10 +0200 Subject: [PATCH] [Fix] WebIdMetaPlugin (15.0.0-SNAPSHOT) --- .../15.0.0-SNAPSHOT/WebIdMetaPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdMetaPlugin/15.0.0-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/15.0.0-SNAPSHOT/WebIdMetaPlugin.podspec index e752de2..bcc9bbb 100644 --- a/WebIdMetaPlugin/15.0.0-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/15.0.0-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/snapshots/de/webid-solutions/WebIdMetaPlugin/15.0.0/WebIdMetaPlugin.framework-v15.0.0-SNAPSHOT-1292.zip', :sha256 => '36c8fc5dbe54c99498b51324c02eda5068e38716575d78c583bb588b42d2ab54' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/15.0.0/WebIdMetaPlugin.framework-v15.0.0-SNAPSHOT-1298.zip', :sha256 => '5cd028e95de54cb23dbc50e1aa91d957d31e22e2e7f6545b13f12c5d573d504f' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,8 +17,8 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.dependency "WebIdVideoIdentProductPlugin", "15.0.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdVideoIdentPlugin", "15.0.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdVideoIdentPlugin", "15.0.0" + s.dependency "WebIdDigitalSigningPlugin", "15.0.0" + s.dependency "WebIdIosIdentScanPlugin", "15.0.0" + s.dependency "WebIdOnServerDocumentScanner", "15.0.0" end