From 2f30dedc3ae29068c082fa655c16bc994080ec59 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Oct 2025 14:20:49 +0200 Subject: [PATCH] [Update] WebIdIosSdk (20.0.3-SNAPSHOT) --- .../20.0.3-SNAPSHOT/WebIdIosSdk.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdIosSdk/20.0.3-SNAPSHOT/WebIdIosSdk.podspec diff --git a/WebIdIosSdk/20.0.3-SNAPSHOT/WebIdIosSdk.podspec b/WebIdIosSdk/20.0.3-SNAPSHOT/WebIdIosSdk.podspec new file mode 100644 index 0000000..0d3a85f --- /dev/null +++ b/WebIdIosSdk/20.0.3-SNAPSHOT/WebIdIosSdk.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosSdk' + s.version = '20.0.3-SNAPSHOT' + s.summary = 'The WebID Mobile-App SDK enables integration partners to include WebID video identification in custom apps 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/WebIdIosSdk/20.0.3/WebIdIosSdk.framework-v20.0.3-SNAPSHOT-635.zip', :sha256 => 'a273d265951b369ac7ea963c20ebeb3d1b30104a9b6a0b4f3d4f546cd7ac0454' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosSdk.xcframework' + + +end