[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 3 / SHSearchBar / 1.4.2 / SHSearchBar.podspec.json
blobc9a180b56c6e9c5d09da38b1e7eeea799f7002ca
2   "name": "SHSearchBar",
3   "version": "1.4.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "The search bar that does not suck.",
9   "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.",
10   "homepage": "https://github.com/Blackjacx/SHSearchBar",
11   "social_media_url": "https://twitter.com/Blackjacxxx",
12   "authors": {
13     "Stefan Herold": "stefan.herold@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Blackjacx/SHSearchBar.git",
17     "tag": "1.4.2"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SHSearchBar/Classes/**/*",
23   "resource_bundles": {
24     "SHSearchBar": [
25       "SHSearchBar/Strings/*.lproj/*.strings"
26     ]
27   }