From 480cab4c570f8a889b3881a74b76f2e4295a3db6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 7 Oct 2025 16:40:37 +0200 Subject: [PATCH] [Update] WebIdIosSdk (20.0.4-SNAPSHOT) --- .../20.0.4-SNAPSHOT/WebIdIosSdk.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdIosSdk/20.0.4-SNAPSHOT/WebIdIosSdk.podspec diff --git a/WebIdIosSdk/20.0.4-SNAPSHOT/WebIdIosSdk.podspec b/WebIdIosSdk/20.0.4-SNAPSHOT/WebIdIosSdk.podspec new file mode 100644 index 0000000..6f2ca46 --- /dev/null +++ b/WebIdIosSdk/20.0.4-SNAPSHOT/WebIdIosSdk.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosSdk' + s.version = '20.0.4-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.4/WebIdIosSdk.framework-v20.0.4-SNAPSHOT-637.zip', :sha256 => '3189672c05445378ac70dd2cb2cc0b099a1f95e6cf946d39cf6c8c9cba6fbfec' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosSdk.xcframework' + + +end