Files
CocoaPods/CHANGELOG.md
2011-11-13 00:12:40 +01:00

1.9 KiB
Raw Blame History

0.3.0

  • Add support for multiple static library targets in the Pods Xcode project with different sets of depedencies. This means that you can create a separate library which contains all dependencies, including extra ones that you only use in, for instance, a debug or test build. [docs | example]

  • Install libraries from anywhere. A dependency can take a git url if the repo contains a podspec file in its root, or a podspec can be loaded from a file or HTTP location. If no podspec is available, a specification can be defined inline in the Podfile. [docs | example]

  • Add a post_install hook to the Podfile class. This allows the user to customize, for instance, the generated Xcode project before its written to disk. [docs | example]

  • Generate a Podfile.lock file next to the Podfile, which contains a manifest of your dependencies and its dependencies. [example]

  • Generate the Xcode projects from scratch and moved the Xcode related code out into its own Xcodeproj gem.