Created
November 28, 2018 22:57
-
-
Save sanealytics/49a148054f731b8ec2de2b306aae27cf 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
target 'virevol' do | |
pod 'Stripe', '~> 11.2.0' | |
inherit! :search_paths | |
# Install additional dependencies | |
pod 'Firebase/Core' | |
pod 'Firebase/Auth' | |
pod 'Firebase/Crash' | |
pod 'Firebase/Database' | |
pod 'Firebase/Firestore' | |
pod 'Firebase/Messaging' | |
pod 'Firebase/Performance' | |
pod 'Firebase/Storage' | |
pod 'react-native-fast-image', :path => '../node_modules/react-native-fast-image' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment