1.9 KiB
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_installhook to the Podfile class. This allows the user to customize, for instance, the generated Xcode project before it’s 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.