CocoaPods v0.9.0 Release Notes

Release Date: 2012-07-14 // almost 12 years ago
  • CocoaPods โ€ข Xcodeproj

    Enhancements
    • ๐Ÿ‘ฎ Force downloading the โ€˜bleeding edgeโ€™ version of a pod with the :head flag. #392
    • ๐Ÿ‘Œ Support for weak frameworks. #263
    • ๐Ÿ‘‰ Use double quotes when shelling out. This makes a url like $HOME/local/lib work. #396

    ๐Ÿ›  ###### Bug fixes

    • ๐Ÿ‘• Relaxed linter to accepts pod that only specify paths to preserve (like TuneupJS).
    • ๐Ÿ“š Gender neutralization of podfile documentation. #384
    • ๐Ÿ’Ž Exit early when using an old RubyGems version (< 1.4.0). These versions contain subtle bugs related to prerelease version comparisons. Unfortunately, OS X >= 10.7 ships with 1.3.6. #398