6
0

[Fix] WebIdIosBankIdentPlugin (20.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-05 18:32:35 +01:00
parent bb1ab258db
commit 3a07c9ef7f

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/WebIdIosBankIdentPlugin/20.4.1/WebIdIosBankIdentPlugin.framework-v20.4.1-SNAPSHOT-458.zip', :sha256 => '7e120271be8360721815d69d1ebcbb028c35281edf24f66e274e285ca84f187c' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.4.1/WebIdIosBankIdentPlugin.framework-v20.4.1-SNAPSHOT-460.zip', :sha256 => '6d05faba66fb2db3606d1709c0cb53bb634f5660c6d1e31c383ceedbc71b2d95' }
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 = 'WebIdIosBankIdentPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental
s.dependency "XS2AiOS", "2.1.0" s.dependency "XS2AiOS", "2.1.0"
end end