platform :ios, '15.0'

target 'HDCScan' do
  use_frameworks!
  pod 'Firebase', '~> 10.0' # 使用最新稳定版本
#  pod 'xlsxwriter-swift', '~> 1.1.4' # 支持iOS 11+
 # pod 'xlsxwriter', :git => 'https://github.com/jmcnamara/libxlsxwriter.git', :tag => '1.1.4'
   pod 'EPEXReader', '~> 2.1' # 支持iOS 12+
end
