6
0

[Fix] WebIdDigitalSigningPlugin (11.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-07-12 12:43:36 +02:00
parent fe0ebe50b4
commit 3fee10bd4a

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/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-767.zip', :sha256 => 'ad7b7a2be22548312a109d8fab709610c5e888cbb5cada5e626ce56fcdaba418' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-768.zip', :sha256 => 'a1a7aee3837e813dc2699f34eedf02cb06fadf0ce268100c42d24dba1b815b6d' }
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", "11.0.1"
s.dependency "WebIdSdkUiKitComponents", "8.0.1"
s.dependency "WebIdPluginCore", "12.0.0"
s.dependency "WebIdSdkUiKitComponents", "9.0.0"
end