4
0

[Update] WebIdAccountIdProductPlugin (22.4.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-05-08 23:59:52 +02:00
parent b3c57e39b5
commit 360f64d34c

View File

@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'WebIdAccountIdProductPlugin'
s.version = '22.4.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/experimental/de/webid-solutions/WebIdAccountIdProductPlugin/22.4.2/WebIdAccountIdProductPlugin.framework-v22.4.2-SNAPSHOT-1877.zip', :sha256 => '4d52537945d4e64682eda7d61edcf69688860af07f58b0c3ee66d706bf856127' }
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.2-SNAPSHOT" #branch:experimental
s.dependency "WebIdDocumentScanner", "22.1.2-SNAPSHOT" #branch:experimental
s.dependency "WebIdIosIdentScanPlugin", "22.1.2-SNAPSHOT" #branch:experimental
s.dependency "WebIdDigitalSigningPlugin", "22.1.0-SNAPSHOT" #branch:experimental
s.dependency "WebIdIosBankIdentPlugin", "21.1.0-SNAPSHOT" #branch:experimental
end