ReleasesSpecs/WebIdMetaPlugin/22.0.0/WebIdMetaPlugin.podspec
2026-01-09 11:08:36 +01:00

24 lines
1.1 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdMetaPlugin'
s.version = '22.0.0'
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/releases/de/webid-solutions/WebIdMetaPlugin/22.0.0/WebIdMetaPlugin.framework-v22.0.0.zip', :sha256 => '2100f94e30048b7c13f57e736a7ce3dff75a8b5b8d29fd51516f9b351ab23ed9' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentPlugin", "21.0.1"
s.dependency "WebIdDigitalSigningPlugin", "21.0.1"
s.dependency "WebIdIosIdentScanPlugin", "21.0.1"
s.dependency "WebIdOnServerDocumentScanner", "21.0.1"
end