6
0

[Fix] WebIdEIdentPlugin (5.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-15 13:36:40 +02:00
parent be6bdaa633
commit dc040515f6

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/5.3.0/WebIdEIdentPlugin.framework-v5.3.0-SNAPSHOT-391.zip', :sha256 => '0750ae0852cfae6ce77c9c278b6ff873326c57b8bbc10ae824bd7bb203fbdf58' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.3.0/WebIdEIdentPlugin.framework-v5.3.0-SNAPSHOT-393.zip', :sha256 => 'fcbb8d7760f6a604fca8715b635c6f6787fae8770f71732047f122b3e3e7200a' }
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", "12.2.0" s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots
s.dependency "AusweisApp2", "1.26.5" s.dependency "AusweisApp2", "1.26.5"
end end