From 4e0890224f7c230ad840d400c8582788ddd7768d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 13:35:44 +0200 Subject: [PATCH] [Update] WebIdPluginCore (15.2.1-SNAPSHOT) --- .../15.2.1-SNAPSHOT/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/15.2.1-SNAPSHOT/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/15.2.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/15.2.1-SNAPSHOT/WebIdPluginCore.podspec new file mode 100644 index 0000000..8a60a6d --- /dev/null +++ b/WebIdPluginCore/15.2.1-SNAPSHOT/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '15.2.1-SNAPSHOT' + 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/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.2.1/WebIdPluginCore.framework-v15.2.1-SNAPSHOT-318.zip', :sha256 => '0a04d73c782a0d522e224ba7b589f7d5e68035bdff9d7972dc4e0918e5eb4c48' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosSdk", "15.1.3-SNAPSHOT" #branch:legacy-snapshots +end