Pod搜不到类库解决办法

http://hcoder.cn/2015/08/19/cocoaPods/

1、重新repo

pod repo remove master
pod repo add master https://gitcafe.com/akuandev/Specs.git
pod repo update
或者可用http://git.oschina.net/akuandev/Specs.git 即可使用oschina上的镜像。
原文地址:https://www.cnblogs.com/superbobo/p/5328165.html