Hi everyone,
I'm about to release a new version of Calatrava. It'll include the following:
* A collection of small bug fixes from issues people have found.
* A new plugin infrastructure.
* An alert plugin as an example, and also to support alerts.
* A fairly substantially rewritten set of build tasks.
This is all good stuff (I think.) But there is one small downside.
Calatrava projects created with v0.5.0 point to the calatrava-ios cocoapod by using a git reference. As a result, those projects will start to pick up the new version of calatrava-ios. This shouldn't cause problems as things have only been added.
However, this will be fixed in the next release by referring to specific commits. The two libraries are pretty tightly coupled, after all.
Giles