Cocoapod Cheat Sheet - sammanthp007/Linux-Kernel-Development GitHub Wiki
Installing CocoPods
sudo gem install -n /usr/local/bin cocoapods # Install CocoaPods gem
pod setup # Clones the CocoaPods specs repo to ~/.cocoapods
Initializing CocoPods
pod init
Install Pods
pod install
Remove a CocoaPod from a project
$ sudo gem install cocoapods-deintegrate cocoapods-clean
$ pod deintegrate
$ pod clean
$ rm Podfile