diff --git a/WebIdAutoIdProductPlugin/21.1.0/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/21.1.0/WebIdAutoIdProductPlugin.podspec new file mode 100644 index 0000000..2a1eabd --- /dev/null +++ b/WebIdAutoIdProductPlugin/21.1.0/WebIdAutoIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdAutoIdProductPlugin' + s.version = '21.1.0' + s.summary = 'The WebID auto-ident on-device 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/WebIdAutoIdProductPlugin/21.1.0/WebIdAutoIdProductPlugin.framework-v21.1.0.zip', :sha256 => '50870bd380eb3f5db664c58c4528ef52257b03f27ceb50532d7274a5465cad58' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' + + s.dependency "WebIdDigitalSigningPlugin", "20.3.1" + s.dependency "WebIdIosIdentScanPlugin", "20.3.4" + s.dependency "WebIdDocumentScanner", "20.3.4" + s.dependency "WebIdOnServerDocumentScanner", "20.3.4" +end