From 2070824fc668e7b1fc2369e76e8b5a8a98efcbfe Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 8 May 2026 16:44:43 +0200 Subject: [PATCH] [Update] WebIdPluginCore (21.2.0-SNAPSHOT) --- .../21.2.0-SNAPSHOT/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/21.2.0-SNAPSHOT/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/21.2.0-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/21.2.0-SNAPSHOT/WebIdPluginCore.podspec new file mode 100644 index 0000000..c2b8e7e --- /dev/null +++ b/WebIdPluginCore/21.2.0-SNAPSHOT/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '21.2.0-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/experimental/de/webid-solutions/WebIdPluginCore/21.2.0/WebIdPluginCore.framework-v21.2.0-SNAPSHOT-460.zip', :sha256 => '222c32d6864a9ab893bddbf095faa01a04464b606fc35813bc02dc896df3348f' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "22.1.1-SNAPSHOT" #branch:experimental + s.dependency "WebIdIosSdk", "21.5.0-SNAPSHOT" #branch:experimental +end