blob: d7e52ea3aeacabe7b0ddb29214f7e4d1c946cdee [file] [log] [blame]
{
"name": "GKFadeNavigationController",
"version": "0.8",
"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",
"homepage": "https://github.com/gklka/GKFadeNavigationController",
"screenshots": "https://github.com/gklka/GKFadeNavigationController/blob/master/example.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gruber KristoĢf": "gk@lka.hu"
},
"source": {
"git": "https://github.com/gklka/GKFadeNavigationController.git",
"tag": "0.8"
},
"social_media_url": "https://twitter.com/gklka",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}