From fdad5df23d4485586ecbe12868d773fb234e83cb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Jul 2025 13:01:58 +0200 Subject: [PATCH] [Fix] WebIdEIdOnServerProductPlugin (15.0.0-SNAPSHOT) --- .../WebIdEIdOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdOnServerProductPlugin/15.0.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/15.0.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index 9677e5e..85c070f 100644 --- a/WebIdEIdOnServerProductPlugin/15.0.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/15.0.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.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/WebIdEIdOnServerProductPlugin/15.0.0/WebIdEIdOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1295.zip', :sha256 => 'f5b554983bee177ef1e9f39368b67536d32dc5e4bf55e3c0dabd363c64b2d98a' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.0/WebIdEIdOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip', :sha256 => '24f6a4cef61252a493dcf182681c794ac0738aeeaa22f32b36a326781e5c5036' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework' - s.dependency "WebIdEIdentPlugin", "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 "WebIdEIdentPlugin", "15.0.0" + s.dependency "WebIdDigitalSigningPlugin", "15.0.0" + s.dependency "WebIdIosIdentScanPlugin", "15.0.0" + s.dependency "WebIdOnServerDocumentScanner", "15.0.0" end