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-05-21 18:50:57 +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-396.zip', :sha256 => 'e601b5c3ff22e8f160fcc7af378ce633b61c2094632c57141a94e2b0369f2eb4' }
|
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-05-15 13:36:40 +02:00
|
|
|
s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots
|
2024-12-20 12:37:14 +01:00
|
|
|
s.dependency "AusweisApp2", "1.26.5"
|
|
|
|
end
|