From d238b3dc3559528826fce1416e87955d7ff5d4b8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 8 Jun 2026 11:29:47 +0200 Subject: [PATCH] [Update] WebIdAccountIdProductPlugin (22.5.3-SNAPSHOT) --- .../WebIdAccountIdProductPlugin.podspec | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WebIdAccountIdProductPlugin/22.5.3-SNAPSHOT/WebIdAccountIdProductPlugin.podspec diff --git a/WebIdAccountIdProductPlugin/22.5.3-SNAPSHOT/WebIdAccountIdProductPlugin.podspec b/WebIdAccountIdProductPlugin/22.5.3-SNAPSHOT/WebIdAccountIdProductPlugin.podspec new file mode 100644 index 00000000..7b0af7ae --- /dev/null +++ b/WebIdAccountIdProductPlugin/22.5.3-SNAPSHOT/WebIdAccountIdProductPlugin.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'WebIdAccountIdProductPlugin' + s.version = '22.5.3-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.3/WebIdAccountIdProductPlugin.framework-v22.5.3-SNAPSHOT-1728.zip', :sha256 => '43bc5a0fc002215e19140654f7cef6f6954072ab0f045f6f9fe06afb5c81d50a' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework' + + s.dependency "WebIdOnServerDocumentScanner", "23.1.1" + s.dependency "WebIdDocumentScanner", "23.1.1" + s.dependency "WebIdIosIdentScanPlugin", "23.1.1" + s.dependency "WebIdDigitalSigningPlugin", "23.0.3" + s.dependency "WebIdIosBankIdentPlugin", "22.0.1" +end