[Fix] WebIdDigitalSigningPlugin (15.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-12 14:58:07 +01:00
parent 5a1d55e765
commit d12f3da1e9

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-830.zip', :sha256 => '314d6191e9cdce9ce363c685bffebfdbcc2582b02e62acf1c8be1074f8fecfa1' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-831.zip', :sha256 => 'bc578f42f2c58387fece826ef6049ae8315a488a7510da89b4da3bb23d3dee99' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework'
s.dependency "WebIdPluginCore", "15.1.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.1.1"
s.dependency "WebIdSdkUiKitComponents", "15.1.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdSdkUiKitComponents", "15.1.1"
end end