From 72debdabb1048898d71cd1f214787d63e33f9359 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 2 Aug 2024 14:06:11 +0200 Subject: [PATCH] [Add] WebIdPluginCore (12.0.0-SNAPSHOT) --- .../12.0.0-SNAPSHOT/WebIdPluginCore.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec diff --git a/WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec new file mode 100644 index 0000000..4c01eb9 --- /dev/null +++ b/WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCore' + s.version = '12.0.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/12.0.0/WebIdPluginCore.framework-v12.0.0-SNAPSHOT-256.zip', :sha256 => '5e7f8a6ea7a0cd42a1494ca2e9caf1edfda560f03de54248cf3f821029d2b33f' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "8.0.0-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdIosSdk", "~> 11.0.0" +end