[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / f / a / ABCustomUINavigationController / 1.2.2 / ABCustomUINavigationController.podspec.json
blobdd41ab50a5d2b99dd85423ae80eb93159011fb97
2   "name": "ABCustomUINavigationController",
3   "version": "1.2.2",
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",
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.2"
20   },
21   "source_files": "CustomUINavigationController/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "CoreGraphics"
25   ],
26   "requires_arc": true