查看当前的ruby源
gem sources -l
移除ruby源
gem sources --remove https://rubygems.org/
添加ruby源
gem sources -a https://gems.ruby-china.org/
安装CocoaPods
sudo gem install cocoapods
安装本地库
pod setup
查看版本
pod --version
gem sources -l
gem sources --remove https://rubygems.org/
gem sources -a https://gems.ruby-china.org/
sudo gem install cocoapods
pod setup
pod --version