4
0

[Update] WebIdEIdProductPlugin (20.0.3)

This commit is contained in:
mac-mini-003 2025-07-04 10:49:36 +02:00
parent a485779098
commit 1d3caea2a9

View File

@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'WebIdEIdProductPlugin'
s.version = '20.0.3'
s.summary = 'The WebID eId product-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/WebIdEIdProductPlugin/20.0.3/WebIdEIdProductPlugin.framework-v20.0.3.zip', :sha256 => 'af5a9ddcefb8892b7c9b2b1422e30ca3bdb0235c714f94bf6c6157981013f40e' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
s.dependency "WebIdOnDeviceDocumentScanner", "20.0.0"
s.dependency "WebIdIosIdentScanPlugin", "20.0.0"
s.dependency "WebIdEIdentPlugin", "20.0.1"
s.dependency "WebIdDigitalSigningPlugin", "20.0.0"
end