From c4cc72da11ee89c9487089dc1a8321627fd9db1d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 15 Apr 2025 12:50:08 +0200 Subject: [PATCH] [Update] WebIdIosSdk (11.3.2) --- WebIdIosSdk/11.3.2/WebIdIosSdk.podspec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdIosSdk/11.3.2/WebIdIosSdk.podspec diff --git a/WebIdIosSdk/11.3.2/WebIdIosSdk.podspec b/WebIdIosSdk/11.3.2/WebIdIosSdk.podspec new file mode 100644 index 0000000..20a5a7b --- /dev/null +++ b/WebIdIosSdk/11.3.2/WebIdIosSdk.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosSdk' + s.version = '11.3.2' + 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/internal/de/webid-solutions/WebIdIosSdk/11.3.2/WebIdIosSdk.framework-v11.3.2.zip', :sha256 => '0e24ac6b89aa73853f3c9e54cd37aff11371f9a079ccee3dfb24553545c1c66a' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosSdk.xcframework' + + +end