Pod Tools
Clear CocoaPods cache, re-download and re-install all pods
Installation
Install it via terminal:
$ gem install pod-tools
Usage
On your iOS project folder:
# Clean cocoapods data
pod-clean
# Clean cocoapods data and Reinstall
pod-reinstall
# Clean all XCode derived data
pod-clean-derived-data