[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 8 / TDRoundedNavigationBar / 1.0.0 / TDRoundedNavigationBar.podspec.json
blobfdc902e4288ffe3c3cecf45b007c76ee55d0eee1
2   "name": "TDRoundedNavigationBar",
3   "version": "1.0.0",
4   "summary": "Custom UINavigationBar with rounded corners and many other features - written in Swift.",
5   "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).",
6   "homepage": "https://github.com/Navideck/TDRoundedNavigationBar",
7   "license": "MIT",
8   "authors": {
9     "Fotis Dimanidis": "fotis@navideck.com"
10   },
11   "source": {
12     "git": "https://github.com/Navideck/TDRoundedNavigationBar.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TDRoundedNavigationBar": [
22       "Pod/Assets/*.png"
23     ]
24   }