LoginSignup
49
47

More than 5 years have passed since last update.

CocoaPodsで導入したライブラリがアップデートされているか調べる方法

Posted at

開発している時にどのライブラリがアップデートされているか確認したくなる時があります。
そんな時は pod outdated で確認出来ます。

$pod outdated

Analyzing dependencies
The following updates are available:
- AFNetworking 2.5.3 -> 2.5.4 (latest version 2.5.4)
- ReactiveCocoa 2.4.7 -> 2.5 (latest version 3.0.0-alpha.1)
- SDWebImage 3.7.1 -> 3.7.1 (latest version 3.7.2)
- TTTAttributedLabel 1.13.2 -> 1.13.3 (latest version 1.13.3)
The following pods are deprecated:
- Facebook-iOS-SDK (in favor of FBSDKCoreKit)

便利ですね。
確認してから、CocoaPods - 特定のライブラリを指定してpod updateする方法 - Qiita で特定のライブラリを指定してアップデートしたりすると捗ります :smile:

49
47
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
49
47