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