Podfile 143 B

123456
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. target 'GooglePlacesDemos' do
  3. platform :ios, '12.0'
  4. pod 'GooglePlaces', '= 6.2.1'
  5. end