6
0

[Fix] WebIdDigitalSigningPlugin (20.3.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-22 09:51:59 +02:00
parent c4f8aa4011
commit d2985ec332

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/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-974.zip', :sha256 => 'f25aa2a8b6930cb79cf18788236bd719274f1717879a926921c7b42006040062' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-975.zip', :sha256 => '8a7fce181952d58518708477e08552ece8659b4976de277e05292780310acdad' }
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", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdSdkUiKitComponents", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental
s.dependency "WebIdSdkUiKitComponents", "20.3.1-SNAPSHOT" #branch:experimental
end