6
0

[Fix] WebIdDigitalSigningPlugin (20.4.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-05 17:44:22 +01:00
parent 43c58560eb
commit c3f0b1f868

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.4.2/WebIdDigitalSigningPlugin.framework-v20.4.2-SNAPSHOT-1004.zip', :sha256 => '00158787853271486fa43cab046526030ee5162a084a277bec3deb99e50227ab' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.2/WebIdDigitalSigningPlugin.framework-v20.4.2-SNAPSHOT-1009.zip', :sha256 => 'b4a19528081b4499db0c76ef4d7180a7c3d6a680b30efebcbf6dca2f76853270' }
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.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdSdkUiKitComponents", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental
s.dependency "WebIdSdkUiKitComponents", "200.3.1-SNAPSHOT" #branch:experimental
end