blob: 11d0d69a2216c2a75e2193a0522b5daf9f8b5b61 [file] [log] [blame]
{
"name": "AMScrollingNavbar",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"AMScrollingNavbar",
"*.{h,m}"
],
"requires_arc": true
}