CocoaPods 缓存服务 CocoaPods 插件
# install
brew tap 0x1306a94/homebrew-tap
brew install cocoapods-cache-proxy-server
# start
brew services start cocoapods-cache-proxy-server
# stop
brew services stop cocoapods-cache-proxy-server
# restart
brew services restart cocoapods-cache-proxy-server
# 修改配置文件
/usr/local/Cellar/cocoapods-cache-proxy-server/cache/cocoapods-cache-proxy-server/conf.yaml
docker pull 0x1306a94/cocoapods-cache-proxy:v2
docker run -it -p 9898:9898 0x1306a94/cocoapods-cache-proxy:v2