2025-12-16 14:20:50 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdEIdProductPlugin'
|
|
|
|
|
s.version = '201.2.3-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
|
2025-12-16 15:03:45 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/201.2.3/WebIdEIdProductPlugin.framework-v201.2.3-SNAPSHOT-1568.zip', :sha256 => '1e116b0786c0c86acb14b89db5cb16c8ac1d9469521c79cd4698b4e42c444be0' }
|
2025-12-16 14:20:50 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
|
|
|
|
|
|
|
|
|
|
s.dependency "WebIdOnServerDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental
|
|
|
|
|
s.dependency "WebIdIosIdentScanPlugin", "200.3.6-SNAPSHOT" #branch:experimental
|
|
|
|
|
s.dependency "WebIdEIdentPlugin", "200.3.2-SNAPSHOT" #branch:experimental
|
|
|
|
|
s.dependency "WebIdDigitalSigningPlugin", "200.3.2-SNAPSHOT" #branch:experimental
|
|
|
|
|
end
|