Skip to content

Instantly share code, notes, and snippets.

@sanealytics
Created September 28, 2018 20:53
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 sanealytics/cadefdc44cffcd1f5bcf3916c8a8e311 to your computer and use it in GitHub Desktop.
Save sanealytics/cadefdc44cffcd1f5bcf3916c8a8e311 to your computer and use it in GitHub Desktop.
Podfile
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# Specify Workspace
workspace 'virevol3'
target 'virevol3' do
pod 'Stripe', '~> 11.2.0'
inherit! :search_paths
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
pod 'Firebase/Database'
pod 'Firebase/Firestore'
pod 'Firebase/Messaging'
pod 'Firebase/Performance'
pod 'Firebase/Storage'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment