CocoaPods v0.15.0 Release Notes

Release Date: 2012-10-02 // over 11 years ago
  • CocoaPodsXcodeproj

    Enhancements
    • ⚡️ Pod install will update the specs repo only if needed. #533
    • CocoaPods now searches for the highest version of a Pod on all the repos. #85
    • ➕ Added a pre install hook to the Podfile and to root specifications. #486
    • Support for header_mappings_dir attribute in subspecs.
    • ➕ Added support for linting a Podspec using the files from its folder pod spec lint --local
    • 🔨 Refactored UI.
    • ➕ Added support for Podfiles named CocoaPods.podfile which allows to associate an editor application in Mac OS X. #528
    • ➕ Added config option to disable the new version available message. #448
    • ➕ Added support for extracting .tar.bz2 files #522
    • 👌 Improved feedback for errors of repo subcommands. #505

    🛠 ###### Bug fixes

    • ⏪ Subspecs namespacing has been restored. #541
    • 👌 Improvements to the git cache that should be more robust. #517
      • In certain conditions pod setup would execute twice.
    • ⚡️ The git cache now is updated if a branch is not found #514
    • 💎 Forcing UTF-8 encoding on licenses generation in Ruby 1.9. #530
    • ➕ Added support for .hpp headers. #244