Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created May 10, 2018 19:17
Show Gist options
  • Select an option

  • Save azamsharp/b1ef2c6587cccec410fd8c5965011f2a to your computer and use it in GitHub Desktop.

Select an option

Save azamsharp/b1ef2c6587cccec410fd8c5965011f2a to your computer and use it in GitHub Desktop.
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'FirebaseML' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for FirebaseML
pod 'Firebase/Core'
pod 'Firebase/MLVision'
pod 'Firebase/MLVisionLabelModel'
# This is the pod responsible for barcode scanning
pod 'Firebase/MLVisionBarcodeModel'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment