今天遇到一个很使用CocoaPods奇葩的问题
<pre>
pod install
提示:远程仓库未找到
</pre>
<pre>
pod search MLSelectPhoto 地址版本都是有的
</pre>
<pre>
登录github 竟然真的没有找到
</pre>
<pre>
在github上搜索 MLSelectPhoto
</pre>
<pre>
what! 什么鬼!地址不一样!
至于为什么,我也不知道,但是我的目的是解决问题!
1.直接下载,集成项目(不优美 嘎嘎)
2.指定地址,(我选择的这种)
pod 'MLSelectPhoto', :git => 'https://github.com/crazypoo/MLSelectPhoto.git'
</pre>