2
0

[Fix] WebIdEIdentPlugin (6.2.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-11-25 10:53:46 +01:00
parent 3223a79e63
commit 80cd6cf607

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/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.2.0/WebIdEIdentPlugin.framework-v6.2.0-SNAPSHOT-389.zip', :sha256 => 'aa2c006e5fe4ffcf48b07ae5dcb8ec9c9020a5b1be024f941ba8de3b5c37333a' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.2.0/WebIdEIdentPlugin.framework-v6.2.0-SNAPSHOT-390.zip', :sha256 => 'a52ff12e90181f66a23d110377da32f3239da794c9b92265c69b5bb573cbdfbf' }
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", "13.1.0" s.dependency "WebIdPluginCore", "13.2.1"
s.dependency "AusweisApp2", "1.26.5" s.dependency "AusweisApp2", "1.26.5"
end end