From 8992284017ed7cf6f115e1c343aac3d8cc97520c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 13:06:02 +0200 Subject: [PATCH] [Update] WebIdPluginCore (13.5.1) --- .../13.5.1/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/13.5.1/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/13.5.1/WebIdPluginCore.podspec b/WebIdPluginCore/13.5.1/WebIdPluginCore.podspec new file mode 100644 index 0000000..6991ee6 --- /dev/null +++ b/WebIdPluginCore/13.5.1/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '13.5.1' + 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/13.5.1/WebIdPluginCore.framework-v13.5.1.zip', :sha256 => '48e84fbfe8990f154ccf9fd91b414024c5c17b322bafe7d000aa09c6b5fbdf8d' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "~> 8.4.5" + s.dependency "WebIdIosSdk", "~> 11.3.2" +end