[Update] WebIdEIdProductPlugin (21.1.0)

This commit is contained in:
mac-mini-003 2025-10-08 15:20:53 +02:00
parent 178d090bea
commit 03f9360f98

View File

@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'WebIdEIdProductPlugin'
s.version = '21.1.0'
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/releases/de/webid-solutions/WebIdEIdProductPlugin/21.1.0/WebIdEIdProductPlugin.framework-v21.1.0.zip', :sha256 => 'a4ff090c6782af682fe00c91545b1edcc3f17a8dcf6929ab8ec71160875ca1f1' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "20.3.4"
s.dependency "WebIdIosIdentScanPlugin", "20.3.4"
s.dependency "WebIdEIdentPlugin", "20.3.1"
s.dependency "WebIdDigitalSigningPlugin", "20.3.1"
end