Pod::Spec.new do |s| s.name = 'WebIdAutoIdProductPlugin' s.version = '220.4.2-SNAPSHOT' s.summary = 'The WebID auto-ident on-device product-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/WebIdAutoIdProductPlugin/220.4.2/WebIdAutoIdProductPlugin.framework-v220.4.2-SNAPSHOT-1879.zip', :sha256 => 'cb3230a09e839555ced7a3449aa220108bb33cce4831ba91e177ace26db8c20f' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' s.dependency "WebIdDigitalSigningPlugin", "220.1.0-SNAPSHOT" #branch:experimental s.dependency "WebIdIosIdentScanPlugin", "220.1.2-SNAPSHOT" #branch:experimental s.dependency "WebIdDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental s.dependency "WebIdOnServerDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental s.dependency "WebIdCellCheckPlugin", "200.1.0-SNAPSHOT" #branch:experimental end