Skip to content

Instantly share code, notes, and snippets.

@Samywamy10
Last active August 25, 2020 23:57
Show Gist options
  • Select an option

  • Save Samywamy10/372b71c7d43742faf5368981b37c5685 to your computer and use it in GitHub Desktop.

Select an option

Save Samywamy10/372b71c7d43742faf5368981b37c5685 to your computer and use it in GitHub Desktop.
# Uncomment the next line to define a global platform for your project
platform :ios, '14.0'
plugin 'cocoapods-binary'
target 'MyApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
all_binary!
set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf"
enable_bitcode_for_prebuilt_frameworks!
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'
pod 'Firebase/Functions'
pod 'Firebase/Messaging'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment