6
0

[Fix] WebIdEIdentPlugin (20.3.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-30 14:01:29 +01:00
parent 7ea31f44f8
commit fd7a325e69

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.3.2/WebIdEIdentPlugin.framework-v20.3.2-SNAPSHOT-609.zip', :sha256 => '4a92c70a63be7e5a2d0d5c8d29029d9f8d01ad4720e1f3f8966e8af2f31086ff' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.3.2/WebIdEIdentPlugin.framework-v20.3.2-SNAPSHOT-610.zip', :sha256 => 'ce6974d84a2ee97d3c98128bc1123f3b95ccd4af801b2c0a9719a23e641c28a5' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental
s.dependency "AusweisApp2", "2.2.2"
end