[Fix] WebIdDigitalSigningPlugin (15.0.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-08 14:14:15 +01:00
parent 9c34c25b90
commit a7a1f11bce

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.0.3/WebIdDigitalSigningPlugin.framework-v15.0.3-SNAPSHOT-825.zip', :sha256 => '3be85a67cde157dfa64e5c0ec8472644df17106a00eafd255fb455dd0ed2fb4e' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.3/WebIdDigitalSigningPlugin.framework-v15.0.3-SNAPSHOT-829.zip', :sha256 => '2151927cfcdcd55148c087092be2a8ea2849f3a6d1096fe0dcb17a890e298e02' }
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.0.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdSdkUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
end