[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / a / ABCustomUINavigationController / 1.2.1 / ABCustomUINavigationController.podspec.json
blobf1ae2b87019f2b2ab7315e7a62a2195c74f049fb
2   "name": "ABCustomUINavigationController",
3   "version": "1.2.1",
4   "summary": "Custom UINavigationController. SquaresFlips and Cube effects",
5   "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\n                    Pixelate\n                    The screen is split in pixels and randomly change to show the nex screen. It has two animation variation: Horizontal and Vertical\n",
6   "homepage": "https://github.com/andresbrun/ABCustomUINavigationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Andres Brun": "andresbrunmoreno@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/andresbrun/ABCustomUINavigationController.git",
19     "tag": "1.2.1"
20   },
21   "source_files": "CustomUINavigationController/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "CoreGraphics"
25   ],
26   "requires_arc": true