From 57f9b67f05b6fe53c3a6226233b1557fe99e2f8b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Sep 2024 13:50:13 +0200 Subject: [PATCH] [Add] WebIdEIdentPlugin (6.0.0-beta) --- .../6.0.0-beta/WebIdEIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdEIdentPlugin/6.0.0-beta/WebIdEIdentPlugin.podspec diff --git a/WebIdEIdentPlugin/6.0.0-beta/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/6.0.0-beta/WebIdEIdentPlugin.podspec new file mode 100644 index 0000000..9213bb3 --- /dev/null +++ b/WebIdEIdentPlugin/6.0.0-beta/WebIdEIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdentPlugin' + s.version = '6.0.0-beta' + s.summary = 'The WebID eIdent plugin for iOS.' + + 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/de/webid-solutions/WebIdEIdentPlugin/6.0.0/WebIdEIdentPlugin.framework-v6.0.0-beta.zip', :sha256 => '72dc472d51509fb94c95b2fb05f041520130bb1d16b6abc1a3e31baa72690915' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "13.0.1" + s.dependency "AusweisApp2", "1.26.5" +end