Skip to content

Instantly share code, notes, and snippets.

@katharinepadilha
Created August 5, 2019 00:59
Show Gist options
  • Save katharinepadilha/7dc2af0336f54235cc0196bbe6539d43 to your computer and use it in GitHub Desktop.
Save katharinepadilha/7dc2af0336f54235cc0196bbe6539d43 to your computer and use it in GitHub Desktop.
Podfile.lock for firebase
platform :ios, '9.0'
target 'yourapp' do
# ...
pod 'Firebase/Core', '~> 6.2.0'
pod 'Firebase/Messaging', '~> 6.2.0'
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment