[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 3 / SHSearchBar / 0.9.2 / SHSearchBar.podspec.json
bloba8c26ca9fc862f0906415c50f18799fc01ea56eb
2   "name": "SHSearchBar",
3   "version": "0.9.2",
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.2"
17   },
18   "social_media_url": "https://twitter.com/Blackjacxxx",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SHSearchBar/Classes/**/*",
23   "frameworks": "UIKit"