Skip to content

Instantly share code, notes, and snippets.

@doomsower
Created December 13, 2017 07:47
Show Gist options
  • Save doomsower/8632d3ff348f1db456a5c0998f843704 to your computer and use it in GitHub Desktop.
Save doomsower/8632d3ff348f1db456a5c0998f843704 to your computer and use it in GitHub Desktop.
Appcenter question podfile
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'swapp' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for swapp
pod 'AppCenter/Crashes', '~> 1.0.1'
pod 'AppCenter/Analytics', '~> 1.0.1'
pod 'AppCenterReactNativeShared', '~> 1.0.1'
pod 'GoogleMaps' # Remove this line if you don't want to support GoogleMaps on iOS
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment