2
0
Redesign-v4Specs/WebIdEIdentPlugin/6.0.0-beta/WebIdEIdentPlugin.podspec

22 lines
1005 B
Plaintext
Raw Permalink Normal View History

2024-09-09 13:50:13 +02:00
Pod::Spec.new do |s|
s.name = 'WebIdEIdentPlugin'
s.version = '6.0.0-beta'
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
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdentPlugin/6.0.0/WebIdEIdentPlugin.framework-v6.0.0-beta.zip', :sha256 => '72dc472d51509fb94c95b2fb05f041520130bb1d16b6abc1a3e31baa72690915' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "13.0.1"
s.dependency "AusweisApp2", "1.26.5"
end