6
0

[Fix] WebIdIosBankIdentPlugin (20.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-05 21:04:00 +01:00
parent e2689e2efb
commit c6a69b5ac5

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-460.zip', :sha256 => '6d05faba66fb2db3606d1709c0cb53bb634f5660c6d1e31c383ceedbc71b2d95' } 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-461.zip', :sha256 => 'fc2996e343e63c22522b2a3ae8dc374a51ae0e6ca4b34b00bc266c794fd553b8' }
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", "200.4.1-SNAPSHOT" #branch:experimental s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "XS2AiOS", "2.1.0" s.dependency "XS2AiOS", "2.1.0"
end end