From 50450dba7bc91c64e925a3659be47ca00f3f04d1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 May 2025 18:49:29 +0200 Subject: [PATCH] [Update] WebIdPluginCore (13.5.0-SNAPSHOT) --- .../13.5.0-SNAPSHOT/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/13.5.0-SNAPSHOT/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/13.5.0-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/13.5.0-SNAPSHOT/WebIdPluginCore.podspec new file mode 100644 index 0000000..4765421 --- /dev/null +++ b/WebIdPluginCore/13.5.0-SNAPSHOT/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '13.5.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/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/13.5.0/WebIdPluginCore.framework-v13.5.0-SNAPSHOT-279.zip', :sha256 => '00ff00e79a10fc8571bea05c66b968839d2adb80404fcbbf661b5971dbda47e1' } + 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.0" + s.dependency "WebIdIosSdk", "~> 11.3.2" +end