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