[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / e / d / 8 / TDRoundedNavigationBar / 1.2.0 / TDRoundedNavigationBar.podspec.json
blob5698c59bf23c2c701064949d6bbd30ba1701a968
2   "name": "TDRoundedNavigationBar",
3   "version": "1.2.0",
4   "summary": "Custom UINavigationBar with rounded corners and many other features - written in Swift.",
5   "description": "Written in Swift 3 for 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.2.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "TDRoundedNavigationBar/*.swift",
20   "pushed_with_swift_version": "3.0"