Skip to content

CocoaPods

  • cocoapods 是 iOS 开发的依赖管理工具

安装

bash
brew install cocoapods

更新

bash
pod repo update

查看版本

bash
pod --version