6
0

[Fix] WebIdDigitalSigningPlugin (11.2.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-14 14:51:35 +02:00
parent 12a8c04f4a
commit be6bdaa633

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/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.2.0/WebIdDigitalSigningPlugin.framework-v11.2.0-SNAPSHOT-788.zip', :sha256 => '392ce7b2e92846fe6e8c16601ac1adfd28a21c13a3cc63cfc53e00e0f8e26433' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.2.0/WebIdDigitalSigningPlugin.framework-v11.2.0-SNAPSHOT-790.zip', :sha256 => '03b698209a89705968bd87a974e90b6e7b5ec24d9a487382ed8cec0d9ef6cf39' }
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", "12.2.0"
s.dependency "WebIdSdkUiKitComponents", "9.3.0"
s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdSdkUiKitComponents", "9.2.0-SNAPSHOT" #branch:snapshots
end