From 8c74d1370dc3ec74e1c82b0b13580f3bf1d30eb0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 May 2024 10:13:27 +0200 Subject: [PATCH] [Add] WebIdPluginCoreSnapshot (11.0.0) --- .../11.0.0/WebIdPluginCoreSnapshot.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdPluginCoreSnapshot/11.0.0/WebIdPluginCoreSnapshot.podspec diff --git a/WebIdPluginCoreSnapshot/11.0.0/WebIdPluginCoreSnapshot.podspec b/WebIdPluginCoreSnapshot/11.0.0/WebIdPluginCoreSnapshot.podspec new file mode 100644 index 0000000..45e4598 --- /dev/null +++ b/WebIdPluginCoreSnapshot/11.0.0/WebIdPluginCoreSnapshot.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdPluginCoreSnapshot' + s.version = '11.0.0' + 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/11.0.0/WebIdPluginCore.framework-v11.0.0-SNAPSHOT-247.zip', :sha256 => '5fa602480666cb9f984cc58a965ca6b8eb90c1ebf02620d6b80f46b9bfcfb57f' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' + + s.dependency "WebIdUiKitComponents", "~> 7.0.0" + s.dependency "WebIdIosSdk", "~> 10.0.0" +end