Skip to content

Instantly share code, notes, and snippets.

@RWOverdijk
Created February 28, 2018 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RWOverdijk/d9f34e0f5bdf676e586a696365670e04 to your computer and use it in GitHub Desktop.
Save RWOverdijk/d9f34e0f5bdf676e586a696365670e04 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 'yourapp' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
pod 'Bolts'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Messaging'
target 'yourappTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'yourapp-tvOS' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for yourapp-tvOS
target 'yourapp-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment