Recently I added a podfile with the references to use the google maps framework to my project with swift in Xcode 9.3.1
source 'https://github.com/CocoaPods/Specs.git'
target 'MyApp' do
pod 'GoogleMaps'
pod 'GooglePlaces'
end
It worked for me but we finally decided to use the MapKit and I'm no longer interested in keeping the google libraries.
What is the best way to remove all references that were added to my project when I ran the podfile?