[Fix] WebIdDigitalSigningPlugin (15.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-09 12:13:53 +02:00
parent 58253fe200
commit 10283b1643

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.1.2/WebIdDigitalSigningPlugin.framework-v15.1.2-SNAPSHOT-834.zip', :sha256 => '5d59845925110458af3e170922dce99194a8d3089e0983c8f4529d4be49068aa' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.2/WebIdDigitalSigningPlugin.framework-v15.1.2-SNAPSHOT-838.zip', :sha256 => '1de95cc3e240a10ecbb14c2085102a11aa36811fb2977c58a47582e63d03d43c' }
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.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdSdkUiKitComponents", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
end