platform :ios, '12.0'

target 'DigitClassifier' do
  use_frameworks!
  
  pod 'Sketch'
  pod 'TensorFlowLiteSwift' 

end
