You will need to have cocoapods and cocoapods-keys installed in order to build:
gem install cocoapods
gem install cocoapods-keys
Before you run the app, you'll need to set the Google Maps API Key:
pod install
pod keys set "GoogleMapsAPI" "<Google API Key Goes Here>"
pod install