CocoaPods v0.10.0 Release Notes

Release Date: 2012-07-29 // over 11 years ago
  • CocoaPods

    Enhancements
    • ➕ Added a --local-only option to pod push so that developers can push locally and test before pushing to a remote. #405
    • ➕ Added line number information for errors generated in the Podfile. #408
    • Pods stored in git repositories now initialize submodules. #406

    🛠 ###### Bug fixes

    • ✂ Removed note about the post install hook form the linter.
    • 👌 Improved xcodebuild error detection in the linter.
    • ⚡️ Ensure the git cache exists, before updating it, when trying to install the ‘bleeding edge’ of a pod. #426
    • Clean downloaded external pods after resolving and activating (sub)specs. #414
    • 👌 Support tar.gz as filename in a HTTP source. #428