From 45ada64c4a4288bb2d9881c3184fffc7d5f7d09d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 31 Jul 2025 16:49:59 +0200 Subject: [PATCH] [Update] WebIdPluginCore (20.1.0) --- .../20.1.0/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/20.1.0/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/20.1.0/WebIdPluginCore.podspec b/WebIdPluginCore/20.1.0/WebIdPluginCore.podspec new file mode 100644 index 0000000..eb157ef --- /dev/null +++ b/WebIdPluginCore/20.1.0/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '20.1.0' + s.summary = 'The WebID plugin core for iOS. Requires the WebIdIosSDK!' + + 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/redesign-v4/de/webid-solutions/WebIdPluginCore/20.1.0/WebIdPluginCore.framework-v20.1.0.zip', :sha256 => 'f291164bfd4253fd5898abde197a086afc891242a7a09b13a0234766bcf0d68f' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "~> 20.1.0" + s.dependency "WebIdIosSdk", "~> 12.0.0" +end