4 "summary": "Simple way of presenting a view controller by using transition animations, which may be interactive.",
5 "homepage": "https://github.com/PabloAlejandro/Transitions",
6 "description": "Transitions library provides an easy way to present different view controllers with a transition animation, which may be interactive, by just subclassing your view controller.\nBy subclassing your view controller with the right transition controller, you will be able to present/dismiss, push/pop, select, a new view controller with a custom *interactive* animation with a simple call, without having to worry about implementing any `UIViewControllerInteractiveTransitioning` or `UIViewControllerAnimatedTransitioning`.",
12 "Pablo A. Pérez-Martínez (Pau)": "pau.ios.developer@gmail.com"
18 "git": "https://github.com/PabloAlejandro/Transitions.git",
22 "Transitions/Controllers/*.{swift}",
23 "Transitions/Classes/*.{swift}"
25 "frameworks": "UIKit",
26 "pushed_with_swift_version": "3.0",