6
0
InternalSpecs/WebIdEIdProductPlugin/15.4.0/WebIdEIdProductPlugin.podspec

24 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

Pod::Spec.new do |s|
s.name = 'WebIdEIdProductPlugin'
s.version = '15.4.0'
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-06-08 10:44:30 +02:00
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.4.0/WebIdEIdProductPlugin.framework-v15.4.0.zip', :sha256 => '3c85a846db2cad22f3f7c8082f847a1ce93ba41ab8b420c763152fe044536868' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
s.dependency "WebIdOnDeviceDocumentScanner", "15.2.0"
s.dependency "WebIdIosIdentScanPlugin", "15.2.0"
s.dependency "WebIdEIdentPlugin", "15.2.0"
s.dependency "WebIdDigitalSigningPlugin", "15.2.0"
end