1.
移除trunk源
pod repo remove trunk
然后在Podfile文件的最顶端写上用master源
source 'https://github.com/CocoaPods/Specs.git'
然后就可以pod install了
2.
出现这个问题的原因是本地的trunk源有问题,如果有其他的电脑或者同事的电脑可以pod install,可以把他的trunk源拷过来,把自己的覆盖掉。(/Users/XXX/.cocoapods/repos/trunk)