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