blob: 96a570e26b21c2a4bdbd222e4ea9d915b0cdaf05 [file] [log] [blame]
{
"name": "SQTShyNavigationBar",
"version": "1.0",
"summary": "A shrinking (shy) navigation bar that automatically adjusts as a user scrolls, with customizable full and shy heights.",
"description": " A shrinking (shy) navigation bar that automatically adjusts as a user scrolls, with customizable full and shy heights.\n\n The goal of SQTShyNavigationBar is to be as __robust__ as possible, smoothly handling the trickier edge cases - even if that means a little more integration work for you, the developer.\n",
"homepage": "http://github.com/cbpowell/SQTShyNavigationBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Powell": "cbpowell@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cbpowell/SQTShyNavigationBar.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Pod/SQTShyNavigationBar.{h,m}"
],
"requires_arc": true
}