[Add] MapboxCommon 24.10.0-daily-2025-02-03-04-26
[CocoaPods.git] / Specs / 7 / 9 / 3 / SHSearchBar / 0.9.3 / SHSearchBar.podspec.json
bloba1243b1ef6c3a96e754a0361d48bb30e0db69f0a
2   "name": "SHSearchBar",
3   "version": "0.9.3",
4   "summary": "The search bar that does not suck.",
5   "description": "The clean and shiny search bar that does what UISearchBar does only with dirty hacks. This search bar class is designed to overcome the customization limits of UISearchBar. The difference here is that this class does not inherit UISearchBar but composes a new UIView object by using a UITextField that is much easier to use.",
6   "homepage": "https://github.com/Blackjacx/SHSearchBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan Herold": "stefan.herold@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Blackjacx/SHSearchBar.git",
16     "tag": "0.9.3"
17   },
18   "social_media_url": "https://twitter.com/Blackjacxxx",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SHSearchBar/Classes/**/*",
23   "frameworks": "UIKit"