Pod::Spec.new do |s| s.name = 'WebIdEIdentPlugin' s.version = '20.0.3-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/experimental/de/webid-solutions/WebIdEIdentPlugin/20.0.3/WebIdEIdentPlugin.framework-v20.0.3-SNAPSHOT-576.zip', :sha256 => 'c25ecefb0cda4667bb88fbdae184c4565fbe2d360273c0b8ce2cb013876fbaeb' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework' s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:experimental s.dependency "AusweisApp2", "2.2.2" end