4
0

24 lines
1.3 KiB
Plaintext
Raw Normal View History

Pod::Spec.new do |s|
s.name = 'WebIdEIdProductPlugin'
s.version = '220.4.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
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/220.4.2/WebIdEIdProductPlugin.framework-v220.4.2-SNAPSHOT-1879.zip', :sha256 => '1cbace02c912b259a03a749ac7e99b6318e30d16ff04a0e3543262589950a32b' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental
s.dependency "WebIdIosIdentScanPlugin", "220.1.2-SNAPSHOT" #branch:experimental
s.dependency "WebIdEIdentPlugin", "210.1.0-SNAPSHOT" #branch:experimental
s.dependency "WebIdDigitalSigningPlugin", "220.1.0-SNAPSHOT" #branch:experimental
end