6
0
InternalSpecs/WebIdMetaPlugin/13.1.1/WebIdMetaPlugin.podspec

26 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-09-02 14:20:45 +02:00
Pod::Spec.new do |s|
s.name = 'WebIdMetaPlugin'
s.version = '13.1.1'
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.1.1/WebIdMetaPlugin.framework-v13.1.1.zip',
:sha256 => '1c8d8aaae54080ce829be7bedf7fa920379f6f6d9a6d83dfec50a3310592cefd' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentProductPlugin", "13.1.1"
s.dependency "WebIdVideoIdentPlugin", "10.2.1"
s.dependency "WebIdDigitalSigningPlugin", "11.1.4"
s.dependency "WebIdIosIdentScanPlugin", "12.2.1"
s.dependency "WebIdOnServerDocumentScanner", "12.2.1"
end