From de7537a0a735863ff2f1f69f84cccb1c6c720169 Mon Sep 17 00:00:00 2001 From: Bjarne Knutzen Date: Wed, 14 Jan 2026 22:25:14 +0100 Subject: [PATCH] Revert "[Update] WebIdIosSdk (15.0.2)" This reverts commit e14669ce1f35c4e21a5af354f968d5cb3321a845. --- WebIdIosSdk/15.0.2/WebIdIosSdk.podspec | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 WebIdIosSdk/15.0.2/WebIdIosSdk.podspec diff --git a/WebIdIosSdk/15.0.2/WebIdIosSdk.podspec b/WebIdIosSdk/15.0.2/WebIdIosSdk.podspec deleted file mode 100644 index 660c7f4..0000000 --- a/WebIdIosSdk/15.0.2/WebIdIosSdk.podspec +++ /dev/null @@ -1,20 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'WebIdIosSdk' - s.version = '15.0.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/15.0.2/WebIdIosSdk.framework-v15.0.2.zip', :sha256 => '15dc4dcae78fbec810dc2f6163f2ddba4c061ec328d4999a55a4eefa312de44a' } - s.swift_versions = ['5.5'] - - s.frameworks = 'UIKit' - - s.ios.deployment_target = '13.0' - s.ios.vendored_frameworks = 'WebIdIosSdk.xcframework' - - -end