2 "name": "ABCustomUINavigationController",
4 "summary": "Custom UINavigationController. SquaresFlips and Cube effects",
5 "description": " Subclass of UINavigationController for overwriting push and pop methods to create new transitions effects. Currently it has been implemented two transition animations:\n\n SquaresFlip\n The screen is split in squares and each one rotates until showing the new controller. It has two animation variation: Randomly and Horizontally\n\n Cube effect\n The views are shown in differents sides of a cube. It has two animation variation: Horizontal and Vertical\n",
6 "homepage": "https://github.com/andresbrun/ABCustomUINavigationController",
7 "screenshots": "https://github.com/andresbrun/ABCustomUINavigationController/blob/origin/example_images/example_full.png",
13 "Andrés Brun Moreno": "andresbrunmoreno@gmail.com"
19 "git": "https://github.com/andresbrun/ABCustomUINavigationController.git",
22 "source_files": "CustomUINavigationController/**/*.{h,m}",