blob: ad3e9e8db99d7a5f15eb6e7cbd234093c99f8882 [file] [log] [blame]
{
"name": "APLSearchBar",
"version": "0.0.1",
"summary": "UISearchBar subclass with extended UISearchBarDelegate protocol",
"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",
"homepage": "https://github.com/apploft/APLSearchBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/apploft/APLSearchBar.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}