From e57ac80c97644a9bd1540ac390a7af3fa17167b3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 15 Dec 2025 15:47:32 +0100 Subject: [PATCH] [Update] WebIdIosSdk (20.1.1-SNAPSHOT) --- .../20.1.1-SNAPSHOT/WebIdIosSdk.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdIosSdk/20.1.1-SNAPSHOT/WebIdIosSdk.podspec diff --git a/WebIdIosSdk/20.1.1-SNAPSHOT/WebIdIosSdk.podspec b/WebIdIosSdk/20.1.1-SNAPSHOT/WebIdIosSdk.podspec new file mode 100644 index 0000000..a9f49ff --- /dev/null +++ b/WebIdIosSdk/20.1.1-SNAPSHOT/WebIdIosSdk.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosSdk' + s.version = '20.1.1-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/experimental/de/webid-solutions/WebIdIosSdk/20.1.1/WebIdIosSdk.framework-v20.1.1-SNAPSHOT-664.zip', :sha256 => 'a44a0230912649e66fc8baf340cde1da638c9708f24fa182aa7696034f180f96' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosSdk.xcframework' + + +end