Cocoapods 用来管理swift和OC依赖的工具,使用ruby开发,所以可以使用gem来安装
- 更换gem镜像
# 查看镜像
gem sources -l
# 修改镜像
gem sources --remove https://rubygems.org/
gem sources -a https://ruby.taobao.org/
# 安装Cocoapods
sudo gem install cocoapods
- Cocoapods常用命令
pod --version
pod init
pod search MJRefresh
pod install