6
0

[Fix] WebIdIosBankIdentPlugin (20.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-12 15:38:07 +01:00
parent 4e7ccb619b
commit 59e6f6d13a

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 => 'e721279ccaff3d33247b60aeab0b28c62873d9b86012663c497c27af62a277a1' }
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-451.zip', :sha256 => 'a2f5367d1d3640e3216fdb16ab39379ce7c90e34374eb807904d8b3ea47ba2d4' }
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.2-SNAPSHOT" #branch:snapshots
s.dependency "XS2AiOS", "2.1.0"
end