Created
May 9, 2018 17:36
-
-
Save azamsharp/9680e1d0ade60ae776eeb52ff2408345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment