- Added `pod update` that installs the dependencies of the Podfile ignoring the contents of the `Podfile.lock`. [#131](https://github.com/CocoaPods/CocoaPods/issues/131)
- Added `pod update` that installs the dependencies of the Podfile ignoring the contents of the `Podfile.lock`. [#131](https://github.com/CocoaPods/CocoaPods/issues/131)
- Added `pod outdated` that show the pods that would be installed by `pod update`.
- Added `pod outdated` that show the pods that would be installed by `pod update`.
- Added `:local` option for dependencies. [#458](https://github.com/CocoaPods/CocoaPods/issues/458)[#415](https://github.com/CocoaPods/CocoaPods/issues/415) [#156](https://github.com/CocoaPods/CocoaPods/issues/156)
- Added `:local` option for dependencies. [#458](https://github.com/CocoaPods/CocoaPods/issues/458)[#415](https://github.com/CocoaPods/CocoaPods/issues/415) [#156](https://github.com/CocoaPods/CocoaPods/issues/156)
- Added a meaningful error message if a podspec can’t be found in the root of an external source. [#385](https://github.com/CocoaPods/CocoaPods/issues/385)[#338](https://github.com/CocoaPods/CocoaPods/issues/338) [#337](https://github.com/CocoaPods/CocoaPods/issues/337)
- Added a meaningful error messages:
- Added a meaningful error message for unrecognized commands/arguments.
- in case a podspec couldn’t be found in the root of an external source. [#385](https://github.com/CocoaPods/CocoaPods/issues/385)[#338](https://github.com/CocoaPods/CocoaPods/issues/338) [#337](https://github.com/CocoaPods/CocoaPods/issues/337)
- in case a unrecognized commands/argument is provided.