6
0

[Fix] WebIdEIdentPlugin (22.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-05 15:40:43 +02:00
parent fb84106f39
commit 165e2fcca9

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/22.0.1/WebIdEIdentPlugin.framework-v22.0.1-SNAPSHOT-718.zip', :sha256 => '14b6014cb2e34a6abca20db8328bfec074726a440bbead081d412e460ec30208' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/22.0.1/WebIdEIdentPlugin.framework-v22.0.1-SNAPSHOT-720.zip', :sha256 => 'f6478870a46dc5e36e32708292461303617448a64ca99021139257e51ad4a91e' }
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", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "22.1.0"
s.dependency "AusweisApp2", "2.2.2"
end