Pod::Spec.new do |spec| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.name = "BioPassID" spec.version = "1.0.1" spec.summary = "BioPassID é uma biblioteca para autenticação por biometria" spec.homepage = "https://github.com/biopass-id/face-sdk-ios" # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.license = { :type => "MIT", :file => "BioPassID/LICENSE.md" } # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.authors = { "Mauricio Pereira" => "mauricio@yupistudios.com" } # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.platform = :ios spec.ios.deployment_target = '13.0' # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.source = { :git => "https://github.com/biopass-id/face-sdk-ios.git", :tag => "#{spec.version}" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.source_files = "BioPassID", "/**/*.{swift}" spec.framework = "AVFoundation" spec.framework = "Combine" spec.framework = "Foundation" spec.framework = "SwiftUI" spec.framework = "UIKit" spec.swift_version = "5.0" end