diff --git a/WebIdEIdProductPlugin/20.0.3/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/20.0.3/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..9245593 --- /dev/null +++ b/WebIdEIdProductPlugin/20.0.3/WebIdEIdProductPlugin.podspec @@ -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