[Fix] WebIdPayOnServerProductPlugin (15.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-10 09:38:18 +02:00
parent 8d0c366134
commit 6b6ab101b2

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.0.2/WebIdPayOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '63f55d2f0b121f59c5cd879f72f83c36026bd042ca9fb1e5c1cdf64404130363' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.0.2/WebIdPayOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => 'f5234eb538b22ed6596ef060e923908317b55228900fee71b3eb47db094a494e' }
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.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdOnServerDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosBankIdentPlugin", "15.0.1"
s.dependency "WebIdDigitalSigningPlugin", "15.0.1"
s.dependency "WebIdIosIdentScanPlugin", "15.0.1"
s.dependency "WebIdOnServerDocumentScanner", "15.0.1"
end