6
0

[Fix] WebIdEIdentPlugin (21.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-04 11:17:42 +02:00
parent fd4e1e91a4
commit 0d18fd1362

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/21.1.2/WebIdEIdentPlugin.framework-v21.1.2-SNAPSHOT-713.zip', :sha256 => 'd062a1cd35ac1cddf9d97a83440884245716520a0a4df18ebb98577f163edf6b' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.1.2/WebIdEIdentPlugin.framework-v21.1.2-SNAPSHOT-715.zip', :sha256 => '8f0d48118d42b69780df8ff4dae6bce6614c200fcbe9a473766a96bec4f7bda3' }
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.0.0"
s.dependency "AusweisApp2", "2.2.2"
end