Created
December 13, 2017 07:47
-
-
Save doomsower/8632d3ff348f1db456a5c0998f843704 to your computer and use it in GitHub Desktop.
Appcenter question podfile
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
# 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