6
0

[Fix] WebIdEIdentPlugin (20.4.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-05 18:14:06 +01:00
parent c3f0b1f868
commit bb1ab258db

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/20.4.3/WebIdEIdentPlugin.framework-v20.4.3-SNAPSHOT-640.zip', :sha256 => '6a78a8f2349118e237534de18db71e97c2d51c46bd312f4cfb66b0340869d3ab' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.4.3/WebIdEIdentPlugin.framework-v20.4.3-SNAPSHOT-642.zip', :sha256 => 'a6018aff88f2153eead95318b460869b377316b6ec7968adc2cf83b9c6481362' }
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", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental
s.dependency "AusweisApp2", "2.2.2"
end