Skip to content

Instantly share code, notes, and snippets.

@snikch
Last active December 27, 2015 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snikch/7343847 to your computer and use it in GitHub Desktop.
Save snikch/7343847 to your computer and use it in GitHub Desktop.
Slow pod install. Mac OS 10.9.0 Mavericks Ruby: ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.4.0]
platform :ios, '6.0'
pod 'HockeySDK'
pod 'Lockbox'
pod 'ViewDeck'
pod 'RestKit'
pod 'SDWebImage'
pod 'DDPageControl'
pod 'MagicalRecord'
pod 'SSPullToRefresh'
pod 'AFOAuth2Client'
pod 'OpenUDID'
pod 'MBProgressHUD'
pod 'NewRelicAgent'
➜ xxx-ios git:(88fa1f4) ✗ pod install
Analyzing dependencies
Downloading dependencies
Installing AFNetworking (1.3.3)
Installing AFOAuth2Client (0.1.2)
Installing DDPageControl (0.1)
Installing HockeySDK (3.5.0)
Installing ISO8601DateFormatterValueTransformer (0.5.0)
Installing Lockbox (1.4.3)
Installing MBProgressHUD (0.8)
Installing MagicalRecord (2.2)
Installing NewRelicAgent (1.376)
Installing OpenUDID (1.0.0)
Installing RKValueTransformers (1.0.0)
Installing RestKit (0.21.0)
Installing SDWebImage (3.5)
Installing SOCKit (1.1)
Installing SSPullToRefresh (1.1.2)
Installing TransitionKit (1.1.1)
Installing ViewDeck (2.3.1)
Generating Pods project
Integrating client project
pod install 24.10s user 9.85s system 0% cpu 1:04:09.25 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment