Cocoapods pod search 错误问题

pod search AFNetworking 出现如下问题

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

解决办法:
``` 1.cd到指定目录,查看是否有文件
cd ~/.cocoapods/repos
2.克隆资源到目录,使用的清华大学的资源下载比较快
git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git  ~/.cocoapods/repos/trunk
3.然后在重新使用 pod search AFNetworking 成功 ```

你可能感兴趣的:(Cocoapods pod search 错误问题)