Skip to content

Instantly share code, notes, and snippets.

@lachlanagnew
Last active October 16, 2018 01:45
Show Gist options
  • Save lachlanagnew/b65c2c86dfa8312df0150fc5cdb8800f to your computer and use it in GitHub Desktop.
Save lachlanagnew/b65c2c86dfa8312df0150fc5cdb8800f 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 'Firebase-Example' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Firebase-Example
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Firestore'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment