Pod::Spec.new do |s| s.name = 'WebIdIosIdentScanPlugin' s.version = '15.2.1-SNAPSHOT' s.summary = 'The WebID IdentScan 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/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.1/WebIdIosIdentScanPlugin.framework-v15.2.1-SNAPSHOT-1398.zip', :sha256 => '4781a49b74d8d6f6d18ecd2455e50f7832f35e06fe370421482af852bab01c3d' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework' s.dependency "WebIdDocumentScanner", "15.2.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.2.1-SNAPSHOT" #branch:legacy-snapshots end