[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 0 / APLSearchBar / 0.0.1 / APLSearchBar.podspec.json
blobad3e9e8db99d7a5f15eb6e7cbd234093c99f8882
2   "name": "APLSearchBar",
3   "version": "0.0.1",
4   "summary": "UISearchBar subclass with extended UISearchBarDelegate protocol",
5   "description": "                   * can automatically resign first responder when search button or clear button is tapped\n                   * asks it's delegate if the text should be cleared when clear button is tapped\n",
6   "homepage": "https://github.com/apploft/APLSearchBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Kamphausen": "michael.kamphausen@apploft.de"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLSearchBar.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true