From a8cb8528bd3f08c1bd9d4dbef87baaf130b4b7f7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 24 Sep 2025 14:55:35 +0200 Subject: [PATCH] [Add] WebIdIosSdk (15.0.0-SNAPSHOT) --- .../15.0.0-SNAPSHOT/WebIdIosSdk.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdIosSdk/15.0.0-SNAPSHOT/WebIdIosSdk.podspec diff --git a/WebIdIosSdk/15.0.0-SNAPSHOT/WebIdIosSdk.podspec b/WebIdIosSdk/15.0.0-SNAPSHOT/WebIdIosSdk.podspec new file mode 100644 index 0000000..2517d3f --- /dev/null +++ b/WebIdIosSdk/15.0.0-SNAPSHOT/WebIdIosSdk.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosSdk' + s.version = '15.0.0-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/legacy-snapshots/de/webid-solutions/WebIdIosSdk/15.0.0/WebIdIosSdk.framework-v15.0.0-SNAPSHOT-625.zip', :sha256 => 'ef40d5c8d514b224c47d8b3501d8836b89c570b06ed7105f46e15d0aaefaf6ab' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosSdk.xcframework' + + +end