blob: 71e09dc0a892ec3d6a2f6bbd7389c8628328944a [file] [log] [blame]
{
"name": "BFNavigationBarDrawer",
"version": "1.0.1",
"platforms": {
"ios": null
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/DrummerB/BFNavigationBarDrawer",
"authors": {
"Balazs Faludi": "balazsfaludi@gmail.com"
},
"screenshots": "http://i.imgur.com/3gmX3VG.png",
"summary": "A UIToolbar subclass that can easily be displayed below a UINavigationBar, similarly to the playlist view in the Music app.",
"description": " BFNavigationBarDrawer is a UIToolbar subclass that \n can easily be displayed below a UINavigationBar, \n similarly to the playlist view in the Music app. \n You can also assign a scroll view (or table view) \n to the drawer. The drawer will take care of moving \n the scroll view's content down and updating its \n contentInset property, when the drawer is displayed.\n",
"source": {
"git": "https://github.com/DrummerB/BFNavigationBarDrawer.git",
"tag": "1.0.1"
},
"source_files": "BFNavigationBarDrawer/*.{h,m}",
"requires_arc": true
}