[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / a / ABCustomUINavigationController / 1.0 / ABCustomUINavigationController.podspec.json
blob4b371c46859e37950ea13510c6e270ce0b03a88b
2   "name": "ABCustomUINavigationController",
3   "version": "1.0",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "AndrĂ©s Brun Moreno": "andresbrunmoreno@gmail.com"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/andresbrun/ABCustomUINavigationController.git",
20     "tag": "1.0"
21   },
22   "source_files": "CustomUINavigationController/**/*.{h,m}",
23   "frameworks": [
24     "QuartzCore",
25     "CoreGraphics"
26   ],
27   "requires_arc": true