# Using Bundler
gem install cocoapods
#
bundle exec pod init
#
bundle exec pod setup
#
bundle exec pod env
#
bundle exec pod repo list
bundle exec pod repo update
bundle exec pod repo update <name>
# Install Dependencies
bundle exec pod install
Setting up CocoaPods master repo
fatal: not a git repository (or any of the parent directories): .git
[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master-1`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.
#
rm -fR ~/.cocoapods/repos/master
bundle exec pod setup
# Homebrew
brew uninstall cocoapods
rm -fR ~/.cocoapods