blob: 67aa133495ec3e953c6508c7d77b71469e01a462 [file] [log] [blame]
{
"name": "ABCustomUINavigationController",
"version": "1.1.3",
"summary": "Custom UINavigationController. SquaresFlips and Cube effects",
"description": " Subclass of UINavigationController that overwrite 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",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Andres Brun": "andresbrunmoreno@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/andresbrun/ABCustomUINavigationController.git",
"tag": "1.1.3"
},
"source_files": "CustomUINavigationController/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}