[Fix] WebIdDigitalSigningPlugin (15.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-09 17:05:28 +02:00
parent 83f6e6ac21
commit 55095627c1

View File

@ -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/WebIdDigitalSigningPlugin/15.1.2/WebIdDigitalSigningPlugin.framework-v15.1.2-SNAPSHOT-840.zip', :sha256 => 'bd15975bca5853af144f7e1988e04454f44f0d80357b5273619e3ff33a4e3991' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.2/WebIdDigitalSigningPlugin.framework-v15.1.2-SNAPSHOT-839.zip', :sha256 => '3b2783b40ea9f1707b6facf061b6ce4137655aea13ced4918f857cd9ab997a69' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework'
s.dependency "WebIdPluginCore", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdSdkUiKitComponents", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.2.1"
s.dependency "WebIdSdkUiKitComponents", "15.1.2"
end