6
0

[Fix] WebIdIosBankIdentPlugin (10.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-19 13:01:14 +02:00
parent 6a72c9b88b
commit 05f3e058ea

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/10.3.0/WebIdIosBankIdentPlugin.framework-v10.3.0-SNAPSHOT-348.zip', :sha256 => '6541051071ce3033c3aeffdaaeb329ddaf6e1e2e366b407d9cb0a57512912f16' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.3.0/WebIdIosBankIdentPlugin.framework-v10.3.0-SNAPSHOT-352.zip', :sha256 => 'a083f5d886a1e2e7df5acca0371a20dc8d0173bdf5913ba02ac6c5f116f78295' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
s.dependency "XS2AiOS", "2.0.0"
s.dependency "WebIdPluginCore", "12.2.0"
s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots
end