6
0

[Fix] WebIdEIdentPlugin (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-01 17:00:42 +02:00
parent 66a6485c66
commit 632f596017

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/20.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-597.zip', :sha256 => 'cb0135f2ed904f57532fcf788f5e4b8fe02f4e0132f2e08b05a39ae16e9df2e1' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-598.zip', :sha256 => 'ca2cb3be9cf8d9d517092b4b4a048df421e9d94eb4fbf50997a471c9aa238081' }
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", "20.2.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "AusweisApp2", "2.2.2" s.dependency "AusweisApp2", "2.2.2"
end end