source
;
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
pod repo add
命令 拉取 Pod 仓库到本地 ;
pod repo add AliyunRepo https://github.com/aliyun/aliyun-specs.git
~/.cocoapods/repos
);
git clone https://github.com/aliyun/aliyun-specs.git ~/.cocoapods/repos/
pod repo list
查看本地 Pod 仓库信息 。pod repo add
或 git clone
失败 ?