blob: a79e560fcdb6796fb53a3f8d09965aaad6582b91 [file] [log] [blame]
{
"name": "GKFadeNavigationController",
"version": "0.2",
"summary": "A Navigation Controller which supports animated hiding of the Navigation Bar",
"description": " This is an example implementation of a `UINavigationController` with support of animated hiding and showing it's Navigation Bar.\n\n ## Features\n\n * Animates tint color\n * Takes care of the status bar color\n * Similar pattern to `-preferredStatusbarStyle`\n * Uses native controls where possible (e.g. back button)\n * Native looking translucent header\n * Demo project with elastic header image\n",
"homepage": "https://github.com/gklka/GKFadeNavigationController",
"screenshots": "https://github.com/gklka/GKFadeNavigationController/blob/master/example.gif?raw=true",
"license": "WTFPL",
"authors": {
"Gruber KristoĢf": "gk@lka.hu"
},
"source": {
"git": "https://github.com/gklka/GKFadeNavigationController.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/gklka",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GKFadeNavigationController": [
"Pod/Assets/*.png"
]
}
}