6
0

[Fix] WebIdIosBankIdentPlugin (20.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-30 11:24:10 +01:00
parent b2d8bcfbd9
commit 7ea31f44f8

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/WebIdIosBankIdentPlugin/20.3.1/WebIdIosBankIdentPlugin.framework-v20.3.1-SNAPSHOT-449.zip', :sha256 => '6bde7b70574e0f5c4c0662e6ab9fc2349a2e714b152cb3b643a899cbaac2ffb3' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.3.1/WebIdIosBankIdentPlugin.framework-v20.3.1-SNAPSHOT-450.zip', :sha256 => 'd392ff0ec70679765793da0e687fb5021888fc5431bbb5f07c0be824bc0d2432' }
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 = 'WebIdIosBankIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental
s.dependency "XS2AiOS", "2.1.0"
end