2025-05-07 19:54:24 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdEIdentPlugin'
|
|
|
|
s.version = '6.5.0-SNAPSHOT'
|
|
|
|
s.summary = 'The WebID eIdent 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-20 19:13:28 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.5.0/WebIdEIdentPlugin.framework-v6.5.0-SNAPSHOT-535.zip', :sha256 => 'd78618833f8899a76c6f262a9276f1ea67342bedea622bd56153d757f1b8702e' }
|
2025-05-07 19:54:24 +02:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
|
|
|
|
|
|
|
|
s.dependency "WebIdPluginCore", "13.5.0-SNAPSHOT" #branch:redesign-v4-snapshots
|
|
|
|
s.dependency "AusweisApp2", "1.26.5"
|
|
|
|
end
|