6
0
InternalSpecs/WebIdMetaPlugin/13.0.11/WebIdMetaPlugin.podspec
2024-07-23 15:50:06 +02:00

25 lines
1.1 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdMetaPlugin'
s.version = '13.0.11'
s.summary = 'The WebID Meta 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/internal/de/webid-solutions/WebIdMetaPlugin/13.0.11/WebIdMetaPlugin.framework-v13.0.11.zip', :sha256 => '1ba65d3e5f823d7dc08c00fc4450689ee5129f08a025fdfda9be7c03c88514ba' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentProductPlugin", "13.0.11"
s.dependency "WebIdVideoIdentPlugin", "10.1.2"
s.dependency "WebIdDigitalSigningPlugin", "11.1.2"
s.dependency "WebIdIosIdentScanPlugin", "12.2.0"
s.dependency "WebIdOnServerDocumentScanner", "12.2.0"
end