[Fix] WebIdDigitalSigningPlugin (15.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-24 15:25:29 +02:00
parent 7ebceb4476
commit a558adb5e4

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.2.2/WebIdDigitalSigningPlugin.framework-v15.2.2-SNAPSHOT-844.zip', :sha256 => '7787640c402b7934283488bf30743e2c8c29de4439ae27be3141e1eaa4eab95a' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.2.2/WebIdDigitalSigningPlugin.framework-v15.2.2-SNAPSHOT-848.zip', :sha256 => '3083ff07c9f9ff629704d8bc87090a74bd11308472c55f6458c6eba7d1aa0849' }
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.2"
s.dependency "WebIdSdkUiKitComponents", "15.2.0"
s.dependency "WebIdPluginCore", "15.2.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdSdkUiKitComponents", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
end