2025-12-04 17:10:07 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdEIdProductPlugin'
|
|
|
|
|
s.version = '21.2.2-SNAPSHOT'
|
|
|
|
|
s.summary = 'The WebID eId 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
|
2026-01-08 16:14:54 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1569.zip', :sha256 => '6a0b687bc92d9e734d8cbd3a22ba5afd98e0ffa9ddca6584daaaa4fb18e26383' }
|
2025-12-04 17:10:07 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
|
|
|
|
|
|
2026-01-08 16:14:54 +01:00
|
|
|
s.dependency "WebIdOnServerDocumentScanner", "21.0.0"
|
|
|
|
|
s.dependency "WebIdIosIdentScanPlugin", "21.0.0"
|
|
|
|
|
s.dependency "WebIdEIdentPlugin", "21.0.0"
|
|
|
|
|
s.dependency "WebIdDigitalSigningPlugin", "21.0.0"
|
2025-12-04 17:10:07 +01:00
|
|
|
end
|