6
0

[Fix] WebIdEIdentPlugin (5.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-23 10:26:47 +02:00
parent cdf862fd07
commit 4f0714ac2c

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/WebIdEIdentPlugin/5.3.0/WebIdEIdentPlugin.framework-v5.3.0-SNAPSHOT-396.zip', :sha256 => 'e601b5c3ff22e8f160fcc7af378ce633b61c2094632c57141a94e2b0369f2eb4' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.3.0/WebIdEIdentPlugin.framework-v5.3.0-SNAPSHOT-398.zip', :sha256 => 'ba23ca570c7094e38bc7a796fe6e1fab276ef676cfd97acee98ae979f0f663b6' }
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 = 'WebIdEIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "12.3.1"
s.dependency "AusweisApp2", "1.26.5"
end