blob: c8adc7de6c0ae5a49b6983fc5e5574ae32d3d2e6 [file] [log] [blame]
{
"name": "AutoSearchBar",
"version": "0.1.0",
"summary": "A search bar will auto call UISearchBarDelegate.searchBarSearchButtonClicked(_:) after text changed.",
"description": "This a auto search bar, will auto touch UISearchBarDelegate.searchBarSearchButtonClicked(_:) after search text changed, the dely time is 0.5 second.",
"homepage": "https://github.com/andrew020/AutoSearchBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andrew": "andrew2007@foxmail.com"
},
"source": {
"git": "https://github.com/andrew020/AutoSearchBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "AutoSearchBar/Classes/**/*",
"frameworks": "UIKit"
}