6
0
SnapshotsSpecs/WebIdEIdentPlugin/5.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec

22 lines
1015 B
Plaintext
Raw Permalink Normal View History

Pod::Spec.new do |s|
s.name = 'WebIdEIdentPlugin'
s.version = '5.2.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
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.2.0/WebIdEIdentPlugin.framework-v5.2.0-SNAPSHOT-386.zip', :sha256 => 'e011ec90aa1d26ee55a543a45c0ebce527ba9a8d9c06317c46a5e0722e5326aa' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "12.0.0"
s.dependency "AusweisApp2", "1.26.5"
end