# Uncomment the next line to define a global platform for your project
platform :ios, '14.4'

target 'MachineLearningDemo' do
  use_frameworks!
  # Pods for MachineLearningDemo
  pod 'SnapKit'

end
