From 8c8225c3e974f1e0456a3c0dc025d7acae3ce907 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sat, 10 Jan 2026 07:05:24 +0100 Subject: [PATCH] [Update] WebIdPluginCore (15.1.1-SNAPSHOT) --- .../15.1.1-SNAPSHOT/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/15.1.1-SNAPSHOT/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/15.1.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/15.1.1-SNAPSHOT/WebIdPluginCore.podspec new file mode 100644 index 0000000..14059d5 --- /dev/null +++ b/WebIdPluginCore/15.1.1-SNAPSHOT/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '15.1.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.1.1/WebIdPluginCore.framework-v15.1.1-SNAPSHOT-306.zip', :sha256 => '0b61b0e87ab88a0218423e2db2831e1c9fa2f350de8806da820c0d8333b396f0' } + 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.1-SNAPSHOT" #branch:legacy-snapshots +end