blob: 154e5a18a927443bb9695405c1281dacc4752041 [file] [log] [blame]
{
"name": "TDRoundedNavigationBar",
"version": "1.1.0",
"summary": "Custom UINavigationBar with rounded corners and many other features - written in Swift.",
"description": "Written for Swift2 and iOS 9\n-------------\n\nTDRoundedNavigationBar is an iOS UINavigationBar subclass that you can use in your own projects. It supercharges UINavigationBar with these features:\n\n> **Features:**\n> - **Rounded corners.** Round the corner's of your navigation bar using any radius. You can even leave the corners square by setting radius to zero.\n> - **Custom bar height.** Make you navigation bar taller or shorter.\n> - **Custom bar width.** Set the space you want to leave on the left and right of the navigation bar.\n> - **Auto item positioning**. TDRoundedNavigationBar will position automatically every Navigation Bar element including title, back button or custom UIBarButtonItems to adapt to the custom size you 've set.\n> - **Vertical Bar positioning.** Set the distance you want from the top of the screen when the status bar is hidden.\n> - **iPhone and iPad support**.\n> - **Supports any orientation** (portrait or landscape).",
"homepage": "https://github.com/Navideck/TDRoundedNavigationBar",
"license": "MIT",
"authors": {
"Fotis Dimanidis": "fotis@navideck.com"
},
"source": {
"git": "https://github.com/Navideck/TDRoundedNavigationBar.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TDRoundedNavigationBar": [
"Pod/Assets/*.png"
]
}
}