[Fix] WebIdPayProductPlugin (15.3.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-09 13:53:53 +02:00
parent 130eb3d47a
commit cc2af8d44b

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/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.4/WebIdPayProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip', :sha256 => '0662620dedf51a6bf4889033ce4e9952236673f9cf82d7a7a2bd41c23e708a5e' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.4/WebIdPayProductPlugin.framework-v15.3.4-SNAPSHOT-1371.zip', :sha256 => '03e47ca51b4c3a7ea38bf591a4b3b92354110b6a825a592220616ffbee471fd1' }
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", "15.2.0"
s.dependency "WebIdDigitalSigningPlugin", "15.2.0"
s.dependency "WebIdIosIdentScanPlugin", "15.2.0"
s.dependency "WebIdOnDeviceDocumentScanner", "15.2.0"
s.dependency "WebIdIosBankIdentPlugin", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosIdentScanPlugin", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdOnDeviceDocumentScanner", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
end