[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / f / 6 / APLNavigationController / 0.0.1 / APLNavigationController.podspec.json
blob5f410ba4928b7344c59f4f147b963c549a55bdfa
2   "name": "APLNavigationController",
3   "version": "0.0.1",
4   "summary": "Custom UINavigationController subclass which adds support for automatic show/hide of the navgationBar",
5   "description": "                   Automatic show/hide of the navigationBar for individual viewControllers based on\n\t\t\t\t   the apl_hidesNavigationBarWhenPushed-Property on UIViewController.\n\n",
6   "homepage": "https://github.com/apploft/APLNavigationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tobias Conradi": "tobias.conradi@apploft.de"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLNavigationController.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true