[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / f / a / ABCustomUINavigationController / 1.1.3 / ABCustomUINavigationController.podspec.json
blob67aa133495ec3e953c6508c7d77b71469e01a462
2   "name": "ABCustomUINavigationController",
3   "version": "1.1.3",
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",
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": null
16   },
17   "source": {
18     "git": "https://github.com/andresbrun/ABCustomUINavigationController.git",
19     "tag": "1.1.3"
20   },
21   "source_files": "CustomUINavigationController/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "CoreGraphics"
25   ],
26   "requires_arc": true