CocoaPods 安裝
sudo gem install cocoapods # 安裝
pod init # 初始化創(chuàng)建 Podfile
pod install/update # 安裝/更新依賴
Swift
brew install carthage # 安裝
carthage bootstrap/update # 安裝或更新依賴
sudo gem install cocoapods # 安裝
pod init # 初始化創(chuàng)建 Podfile
pod install/update # 安裝/更新依賴
brew install carthage # 安裝
carthage bootstrap/update # 安裝或更新依賴