blob: c2056dc190d7a7e9bf1e4a5202895ff302ac9a81 [file] [log] [blame]
{
"name": "TFTransparentNavigationBar",
"version": "0.2.0",
"summary": "Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers.",
"description": "Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers. It solves problem with making navigation bar translucent on one controller and non-translucent on another and vice versa.",
"homepage": "https://github.com/thefuntasty/TFTransparentNavigationBar",
"license": "MIT",
"authors": {
"Ales Kocur": "ales@thefuntasty.com"
},
"source": {
"git": "https://github.com/thefuntasty/TFTransparentNavigationBar.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TFTransparentNavigationBar": [
"Pod/Assets/*.png"
]
}
}