2025-03-12 11:41:59 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdAutoIdentOnServerProductPlugin'
|
|
|
|
s.version = '13.4.1-SNAPSHOT'
|
|
|
|
s.summary = 'The WebID auto-ident on-server 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
|
2025-05-23 11:20:40 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1277.zip', :sha256 => '1fc8edd798b527dcb8b5798c263e4d57ef64bcabcea153a9ba01e9cc3a9f4e3b' }
|
2025-03-12 11:41:59 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework'
|
|
|
|
|
2025-05-23 11:08:07 +02:00
|
|
|
s.dependency "WebIdDigitalSigningPlugin", "11.4.0"
|
|
|
|
s.dependency "WebIdIosIdentScanPlugin", "12.5.0"
|
|
|
|
s.dependency "WebIdOnServerDocumentScanner", "12.5.0"
|
2025-03-12 11:41:59 +01:00
|
|
|
end
|