pod updateを実行したらこんなエラーが出た。
[!] Pod::Executable pull --no-rebase --no-commit You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can merge.
以下を実行したら直った。(privateはprivateなspecsリポジトリ)
pod repo remove private
pod repo add private ssh://git@192.168.70.64:2222/quito/specs.git
なぜにリポジトリが壊れたんだろう。。