2
0

[Fix] WebIdPayOnServerProductPlugin (14.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-10-25 08:12:55 +02:00
parent 1acb244110
commit cc4415ae66

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/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/14.0.0/WebIdPayOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '32eeb83ee6e9ac97ed56e834b2850a42a857b465467a7cc5847692f3ca405e9d' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/14.0.0/WebIdPayOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => 'c3bdcd576216cb41b17178f15f7fc0f26959968a81086fb26bc7e290b5ce7cb6' }
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", "11.0.0-beta"
s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta"
s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta"
s.dependency "WebIdOnServerDocumentScanner", "13.0.0-beta"
s.dependency "WebIdIosBankIdentPlugin", "11.1.0"
s.dependency "WebIdDigitalSigningPlugin", "12.1.1"
s.dependency "WebIdIosIdentScanPlugin", "13.1.0"
s.dependency "WebIdOnServerDocumentScanner", "13.1.0"
end