[Fix] WebIdDigitalSigningPlugin (15.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-04 10:36:06 +01:00
parent 477777497a
commit 6783347778

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.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-822.zip', :sha256 => '77945f9e315703455d7c6a611ed3b77f3cd9cb07ad47a88987600c5cbe161db1' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-823.zip', :sha256 => 'd4d11197c6253d413bf0d0c3a0e2acb3e267fc1d230e12cc5f13f8e04b16011d' }
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 "WebIdSdkUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.0.1"
s.dependency "WebIdSdkUiKitComponents", "15.0.1"
end