Cocoapods安装需要很长时间。有什么不对?

时间:2015-03-03 10:39:07

标签: ios git cocoapods

我有一个使用CocoaPods的小项目,需要很长时间才能安装......

pod update --verbose
Update all pods
  Preparing

Analyzing dependencies

Updating spec repositories
  $ /usr/bin/git rev-parse  >/dev/null 2>&1
Updating spec repo `master`
  $ /usr/bin/git pull --ff-only

这是Podfile。我做错了吗?

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'AFNetworking', '~> 2.0'
pod 'ARAnalytics', '~> 2.7'

1 个答案:

答案 0 :(得分:0)

只是一个明显的网络问题。