#####1.升級Ruby環境ios
#####2.升級Ruby環境git
#####3.爲了驗證你的Ruby鏡像是而且僅是taobaogithub
#####1.升級Ruby環境xcode
#####$ curl -L get.rvm.io | bash -s stableruby
#####$ source ~/.bashrc #####$ source ~/.bash_profile #####測試是否安裝正常bash
#####二、用RVM升級Ruby #####查看當前ruby版本 #####$ ruby -vapp
#####列出已知的ruby版本curl
#####載入 RVM 環境(新開 Termal 就不用這麼作了,會自動從新載入的)測試
####若上述不成功,按如下操做url
####rvm
####ruby
####cocoapods安裝
####Podfile
source 'https://github.com/CocoaPods/Specs.git' platform :ios, "9.2" target "Test" do pod "SDWebImage" pod "AFNetworking" pod "Masonry" pod "MJExtension" pod "SVProgressHUD" end