Note - actually apparently it does. Use the syntax Marcelo explains. Hope it helps someone!
With CocoaPods, you basically do this,
pod \'GTScrollNa
CocoaPods cached your current version of pods, so basically you have to clean cache. You can make it locally in your project directory using this command: pod cache clean --all
pod cache clean --all