CocoaPods v0.12.0 Release Notes

Release Date: 2012-08-21 // over 11 years ago
  • CocoaPods

    Enhancements
    • 📚 The documentation is generated using the public headers if they are specified.
    • In case of a download failure the installation is aborted and the error message is shown.
    • Git submodules are initialized only if requested.
    • Don’t impose a certain structure of the user’s project by raising if no ‘Frameworks’ group exists. #431
    • 👌 Support for GitHub Gists in the linter.
    • 👍 Allow specifying ARC settings in subspecs.
    • Add Podfile inhibit_all_warnings! which will inhibit all warnings from the Pods library. #209
    • 👉 Make the Pods Xcode project prettier by namespacing subspecs in nested groups. #466