6
0

[Fix] WebIdPayProductPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-20 10:16:37 +02:00
parent 314fcdc618
commit a136b3f940

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/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1271.zip', :sha256 => '43ee85606d9a90010196d6d2f8cb2b67cbdd652a9f72a9c681bc10b2dc6c50e2' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip', :sha256 => 'f8785657f99474f9aa931e70acf04b771c2ab77298926d93af0ab51268d1663d' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPayProductPlugin.xcframework'
s.dependency "WebIdIosBankIdentPlugin", "10.3.0"
s.dependency "WebIdDigitalSigningPlugin", "11.3.0"
s.dependency "WebIdIosIdentScanPlugin", "12.4.0"
s.dependency "WebIdOnDeviceDocumentScanner", "12.4.0"
s.dependency "WebIdIosBankIdentPlugin", "10.3.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "11.2.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "12.3.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnDeviceDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots
end