[Fix] WebIdEIdentPlugin (15.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-26 13:43:15 +01:00
parent 5fdfa76574
commit 5c3d0d5d3e

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/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.4/WebIdEIdentPlugin.framework-v15.0.4-SNAPSHOT-433.zip', :sha256 => 'e90178694e6c6c0161c0159cb270bba130d586eb012c84d5ae92ad90b7b3b274' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.4/WebIdEIdentPlugin.framework-v15.0.4-SNAPSHOT-434.zip', :sha256 => 'ba71edfb743e73954974abba72e5c3575467e1e066ad76714272f57ae14f83b3' }
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", "15.0.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.0.1"
s.dependency "AusweisApp2", "2.2.2" s.dependency "AusweisApp2", "2.2.2"
end end