6
0

[Update] WebIdAccountIdProductPlugin (22.5.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-05-20 17:59:00 +02:00
parent b305752fe7
commit caa59844c8

View File

@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'WebIdAccountIdProductPlugin'
s.version = '22.5.2-SNAPSHOT'
s.summary = 'The WebID pay product-plugin for iOS.'
s.homepage = 'https://webid-solutions.de/'
s.license = { :type => 'Commercial', :text => 'Copyright (C) 2013 - 2024 WebID Solutions GmbH | www.webid-solutions.de. All Rights Reserved' }
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/WebIdAccountIdProductPlugin/22.5.2/WebIdAccountIdProductPlugin.framework-v22.5.2-SNAPSHOT-1718.zip', :sha256 => '4315dff8adfedf49ef52f69c1d7aeb243e251b08d63ece4f5831f0df6099000d' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "22.1.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "22.1.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "22.1.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "23.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosBankIdentPlugin", "22.0.1-SNAPSHOT" #branch:snapshots
end