blob: 4b371c46859e37950ea13510c6e270ce0b03a88b [file] [log] [blame]
{
"name": "ABCustomUINavigationController",
"version": "1.0",
"summary": "Custom UINavigationController. SquaresFlips and Cube effects",
"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",
"homepage": "https://github.com/andresbrun/ABCustomUINavigationController",
"screenshots": "https://github.com/andresbrun/ABCustomUINavigationController/blob/origin/example_images/example_full.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Andrés Brun Moreno": "andresbrunmoreno@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/andresbrun/ABCustomUINavigationController.git",
"tag": "1.0"
},
"source_files": "CustomUINavigationController/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}