6
0

[Fix] WebIdEIdentPlugin (21.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-10 15:02:02 +01:00
parent 312e55d8a6
commit b99512a941

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.0.4/WebIdEIdentPlugin.framework-v21.0.4-SNAPSHOT-671.zip', :sha256 => 'e19a99108bb8071a483ae08187bf6e4ad826fbe54d1cd0143fd557fe4adbaa3c' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.0.4/WebIdEIdentPlugin.framework-v21.0.4-SNAPSHOT-675.zip', :sha256 => '465ce2d7ab5fbfc629c9c40b0d8068866e405442526d44ba4d4c800aa14bba25' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "21.0.3-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "21.0.5"
s.dependency "AusweisApp2", "2.2.2" s.dependency "AusweisApp2", "2.2.2"
end end