2
0

[Update] WebIdIosIdentScanPlugin (13.5.0)

This commit is contained in:
mac-mini-003 2025-05-23 13:25:56 +02:00
parent d0c0f15cb5
commit 6e334f3771

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdIosIdentScanPlugin'
s.version = '13.5.0'
s.summary = 'The WebID IdentScan plugin 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/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.5.0/WebIdIosIdentScanPlugin.framework-v13.5.0.zip', :sha256 => '9c58564d667a78a1cb8a65b7531dfcaeaf917c9e8cacd7fb14ef4ed9216f5a48' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework'
s.dependency "WebIdDocumentScanner", "13.5.0"
s.dependency "WebIdPluginCore", "13.5.0"
end