6
0

[Fix] WebIdDigitalSigningPlugin (11.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-07-23 11:25:57 +02:00
parent 4bc1fd929d
commit 895c2c2007

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/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-768.zip', :sha256 => 'a1a7aee3837e813dc2699f34eedf02cb06fadf0ce268100c42d24dba1b815b6d' } 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-771.zip', :sha256 => '8a9ddc77890f9608d7199d9c059ec4e8565660d11cf5bf1751438f49a67cb630' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework'
s.dependency "WebIdPluginCore", "12.0.0" s.dependency "WebIdPluginCore", "12.0.0"
s.dependency "WebIdSdkUiKitComponents", "9.0.0" s.dependency "WebIdSdkUiKitComponents", "9.1.1"
end end