2024-12-20 12:37:14 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdEIdentPlugin'
|
|
|
|
s.version = '5.3.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-04-17 12:07:23 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.3.0/WebIdEIdentPlugin.framework-v5.3.0-SNAPSHOT-391.zip', :sha256 => '0750ae0852cfae6ce77c9c278b6ff873326c57b8bbc10ae824bd7bb203fbdf58' }
|
2024-12-20 12:37:14 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
|
|
|
|
|
2025-04-17 12:07:23 +02:00
|
|
|
s.dependency "WebIdPluginCore", "12.2.0"
|
2024-12-20 12:37:14 +01:00
|
|
|
s.dependency "AusweisApp2", "1.26.5"
|
|
|
|
end
|