From c83a940e677d6a7bdb1d1a93593784c8ab6b4256 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 5 Jun 2026 14:32:24 +0200 Subject: [PATCH] [Update] WebIdPluginCore (22.1.1-SNAPSHOT) --- .../22.1.1-SNAPSHOT/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/22.1.1-SNAPSHOT/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/22.1.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/22.1.1-SNAPSHOT/WebIdPluginCore.podspec new file mode 100644 index 00000000..f72bc9d6 --- /dev/null +++ b/WebIdPluginCore/22.1.1-SNAPSHOT/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '22.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/snapshots/de/webid-solutions/WebIdPluginCore/22.1.1/WebIdPluginCore.framework-v22.1.1-SNAPSHOT-418.zip', :sha256 => '7900e78ec5b3bd11987bfd9359667f6506bc4d33c468320a607a369fab4e2f18' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "22.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "21.6.1-SNAPSHOT" #branch:snapshots +end