[Fix] WebIdPayOnServerProductPlugin (15.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-09 14:39:51 +01:00
parent ace72e4a38
commit 73f2fb7cd1

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/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => 'd3cec5444860580593cec673707fa6ee508eb58f38812fc63bac8c65a0384721' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '69d3b5a6f306fd1b2365ca3c3a23d4caedd934f5994df5c374e5cf4db725ee52' }
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 = 'WebIdPayOnServerProductPlugin.xcframework'
s.dependency "WebIdIosBankIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosBankIdentPlugin", "15.1.1"
s.dependency "WebIdDigitalSigningPlugin", "15.1.1"
s.dependency "WebIdIosIdentScanPlugin", "15.1.2"
s.dependency "WebIdOnServerDocumentScanner", "15.1.2"
end