Guest User

Untitled

a guest
Jan 19th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3.  
  4. target 'MyApp' do
  5. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  6. use_frameworks!
  7.  
  8. # Pods for MyApp
  9. pod 'GoogleMaps'
  10. pod 'GooglePlaces'
  11.  
  12. end
Add Comment
Please, Sign In to add comment