blob: 5f410ba4928b7344c59f4f147b963c549a55bdfa [file] [log] [blame]
{
"name": "APLNavigationController",
"version": "0.0.1",
"summary": "Custom UINavigationController subclass which adds support for automatic show/hide of the navgationBar",
"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",
"homepage": "https://github.com/apploft/APLNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tobias Conradi": "tobias.conradi@apploft.de"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/apploft/APLNavigationController.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}