Skip to content

Commit

Permalink
[Add] TFTransparentNavigationBar 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ales Kocur authored and CocoaPodsBot committed Oct 5, 2015
1 parent 5d45347 commit 1065434
Showing 1 changed file with 25 additions and 0 deletions.
@@ -0,0 +1,25 @@
{
"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"
]
}
}

0 comments on commit 1065434

Please sign in to comment.