6
0

[Fix] WebIdPayOnServerProductPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-27 06:19:18 +02:00
parent 92b45c09ec
commit d0fe46dd59

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/WebIdPayOnServerProductPlugin/13.4.1/WebIdPayOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1279.zip', :sha256 => '4f38558a7dd08d89a4b78ae12dd06c13135a452ebbce7955bd4523f7f21ee255' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.4.1/WebIdPayOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => 'cd450455c4c49849dd48629e83de419a472604ee1af64551f0f1c429e7ff1d01' }
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", "10.4.1"
s.dependency "WebIdDigitalSigningPlugin", "11.4.1"
s.dependency "WebIdIosIdentScanPlugin", "12.5.1"
s.dependency "WebIdOnServerDocumentScanner", "12.5.1"
s.dependency "WebIdIosBankIdentPlugin", "10.4.2"
s.dependency "WebIdDigitalSigningPlugin", "11.4.2"
s.dependency "WebIdIosIdentScanPlugin", "12.5.2"
s.dependency "WebIdOnServerDocumentScanner", "12.5.2"
end