Release 0.1.0
First working version.
- Queues presentViewController: and dismissViewController: executions, if a transition is already running.
- Uses UIKit's completion blocks to check for the completion of the transition (using transitioningCoordinator would have been cleaner, but it crashed on some rare device configurations for custom transition)