From f7e8377d8fac228ef9dfcf2dd8e7e68f0d00bc0f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 22 May 2025 17:19:53 +0200 Subject: [PATCH] [Update] WebIdPluginCore (12.3.0) --- .../12.3.0/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/12.3.0/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/12.3.0/WebIdPluginCore.podspec b/WebIdPluginCore/12.3.0/WebIdPluginCore.podspec new file mode 100644 index 0000000..10f9fda --- /dev/null +++ b/WebIdPluginCore/12.3.0/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '12.3.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/internal/de/webid-solutions/WebIdPluginCore/12.3.0/WebIdPluginCore.framework-v12.3.0.zip', :sha256 => '2f8f0f47d329c4092be7f9a18297b664b04bea9d64c36fcc5ba0d9702fecd949' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "7.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "11.2.0-SNAPSHOT" #branch:snapshots +end