6
0

[Fix] WebIdIosBankIdentPlugin (20.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-04 08:43:34 +01:00
parent a6f0c0ee39
commit 27460bea96

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-450.zip', :sha256 => 'd392ff0ec70679765793da0e687fb5021888fc5431bbb5f07c0be824bc0d2432' }
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 => 'e721279ccaff3d33247b60aeab0b28c62873d9b86012663c497c27af62a277a1' }
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:experimental
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "XS2AiOS", "2.1.0"
end