2025-09-16 11:43:27 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdMetaPlugin'
|
|
|
|
|
s.version = '21.0.4-SNAPSHOT'
|
|
|
|
|
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
|
2025-10-08 12:35:39 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.0.4/WebIdMetaPlugin.framework-v21.0.4-SNAPSHOT-1531.zip', :sha256 => '76b9554d2ea6daf382fe72f0d54d7c2a8270d750293d9037b889d655557c6cd3' }
|
2025-09-16 11:43:27 +02:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
|
|
|
|
|
|
2025-10-02 14:30:20 +02:00
|
|
|
s.dependency "WebIdVideoIdentPlugin", "20.3.0"
|
|
|
|
|
s.dependency "WebIdDigitalSigningPlugin", "20.3.1"
|
2025-10-07 14:00:14 +02:00
|
|
|
s.dependency "WebIdIosIdentScanPlugin", "20.3.3"
|
|
|
|
|
s.dependency "WebIdOnServerDocumentScanner", "20.3.3"
|
2025-09-16 11:43:27 +02:00
|
|
|
end
|