为了让CocoaPods的引入不显示警告,在Podfile最上方加上:

inhibit_all_warnings!

pod search 一些第三方SDK,发现并不是最新版本,那是因为你的本地repo还没更新
pod repo remove master
pod repo add master https://gitcafe.com/akuandev/Specs.git
pod repo update
pod repo update第一次执行的时间会比较长
05-28 11:51