2026-01-12 19:18:12 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdEIdentPlugin'
|
|
|
|
|
s.version = '15.1.2-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
|
2026-06-04 14:49:23 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.1.2/WebIdEIdentPlugin.framework-v15.1.2-SNAPSHOT-457.zip', :sha256 => 'ac0a84ac4bcfb21c24de94b086b5103f62b1e4094afa79abd8bc4ab78e945ee7' }
|
2026-01-12 19:18:12 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
|
|
|
|
|
|
2026-06-04 14:49:23 +02:00
|
|
|
s.dependency "WebIdPluginCore", "15.2.0"
|
2026-01-12 19:18:12 +01:00
|
|
|
s.dependency "AusweisApp2", "2.2.2"
|
|
|
|
|
end
|