From c082c1f8d5aca771f12dd3c8a7de71c46ddff041 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 15 Nov 2024 13:57:28 +0100 Subject: [PATCH] [Update] WebIdEIdentPlugin (5.2.0-SNAPSHOT) --- .../5.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdEIdentPlugin/5.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec diff --git a/WebIdEIdentPlugin/5.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/5.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec new file mode 100644 index 0000000..f8009e8 --- /dev/null +++ b/WebIdEIdentPlugin/5.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdentPlugin' + s.version = '5.2.0-SNAPSHOT' + 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/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.2.0/WebIdEIdentPlugin.framework-v5.2.0-SNAPSHOT-386.zip', :sha256 => 'e011ec90aa1d26ee55a543a45c0ebce527ba9a8d9c06317c46a5e0722e5326aa' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "12.0.0" + s.dependency "AusweisApp2", "1.26.5" +end