I follow this tutorial, however, when I run
pod install
in step 2, part 6 I get an error
[!] Unable to find a specification for `GooglePlaces`
Any idea on why this might be happening?
UPDATE: The subfile looks like this:
source 'https://github.com/CocoaPods/Specs.git' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do pod 'GoogleMaps' pod 'GooglePlaces' end
From YOUR_APPLICATION_TARGET_NAME_HERE changed to my target name.
source share