blob: 506c4149fcb9f4c99abd7a045d5854411825d385 [file] [log] [blame]
{
"name": "SherginScrollableNavigationBar",
"version": "0.2.0",
"summary": "A scrollable UINavigationBar that follows a UIScrollView.",
"description": " A scrollable UINavigationBar that follows a UIScrollView.\n This project was inspired by the navigation bar functionality\n seen in the Chrome, Facebook and Instagram iOS apps.\n This description and some implementation ideas was inspired by\n GTScrollNavigationBar.\n",
"homepage": "https://github.com/shergin/SherginScrollableNavigationBar",
"license": "MIT",
"authors": {
"Valentin Shergin": "valentin@shergin.com"
},
"source": {
"git": "https://github.com/shergin/SherginScrollableNavigationBar.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/shergin",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h"
}