Created
September 28, 2018 20:53
-
-
Save sanealytics/cadefdc44cffcd1f5bcf3916c8a8e311 to your computer and use it in GitHub Desktop.
Revisions
-
sanealytics created this gist
Sep 28, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # 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