blob: be81f212ff0e0a14f46a9703d7d723a6f8ea3a93 [file] [log] [blame]
{
"name": "AMScrollingNavbar",
"version": "0.6",
"summary": "Scrollable UINavigationBar that follows the scrolling of a UIScrollView. Similiar to Chrome for iOS7",
"homepage": "https://github.com/andreamazz/AMScrollingNavbar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/AMScrollingNavbar.git",
"tag": "0.6"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMScrollingNavbar",
"*.{h,m}"
],
"requires_arc": true
}