6
0

[Fix] WebIdEIdentPlugin (5.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-04-17 12:07:23 +02:00
parent 7b6214efc5
commit 167a319d93

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-390.zip', :sha256 => '622872ab57e2fc86afc16bea5c028cdfd509bdd2312c4f505a9b0af20b237a69' }
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-391.zip', :sha256 => '0750ae0852cfae6ce77c9c278b6ff873326c57b8bbc10ae824bd7bb203fbdf58' }
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.1.0"
s.dependency "WebIdPluginCore", "12.2.0"
s.dependency "AusweisApp2", "1.26.5"
end