6
0

[Fix] WebIdDigitalSigningPlugin (11.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-12-20 10:47:46 +01:00
parent c96a760056
commit 1454f1d91d

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-783.zip', :sha256 => 'e0e46e7b64890a44196062ba0bd94bef3ac52aefe4732bcdd539cc321657b1cc' }
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-785.zip', :sha256 => '7e50267c77e6854d5834845e040f3df15ba8afebf605fe1edbf8a79cc04d5e98' }
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", "12.0.0"
s.dependency "WebIdSdkUiKitComponents", "9.1.1"
s.dependency "WebIdPluginCore", "12.1.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdSdkUiKitComponents", "9.2.0-SNAPSHOT" #branch:snapshots
end