Cocoapods 用来管理swift和OC依赖的工具,使用ruby开发,所以可以使用gem来安装

    1. 更换gem镜像
    1. # 查看镜像
    2. gem sources -l
    3. # 修改镜像
    4. gem sources --remove https://rubygems.org/
    5. gem sources -a https://ruby.taobao.org/
    6. # 安装Cocoapods
    7. sudo gem install cocoapods
    1. Cocoapods常用命令
    1. pod --version
    2. pod init
    3. pod search MJRefresh
    4. pod install