cocoapods安装完成后 执行pod search失败

pod search AFNetworking

[!] Unable to find a pod with name, author, summary, or description matching `AFNetworking`

pod repo 返回也是 0 repo

解决方法 使用国内清华cocoapod源手动下载:

git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git  ~/.cocoapods/repos/trunk

下载完成后 再使用pod repo 就会返回 1 repo

再使用pod search 不会再报错了