blob: 77049f64200f02a16e4133dccd6f82dfe5c00d2b [file] [log] [blame]
{
"name": "AMScrollingNavbar",
"version": "0.5.2",
"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.5.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMScrollingNavbar",
"*.{h,m}"
],
"requires_arc": true
}