blob: 5cff51d902517ef215a24224ab9b1c536c06fef6 [file] [log] [blame]
{
"name": "SearchTextField",
"version": "0.1.0",
"summary": "SearchTextField extends UITextField allowing you to add the autocomplete feature in a really easy way",
"description": "Even though creating the autocomplete feature over a UITextField is not a big issue, dealing with screen rotation, keyboard position, the look and feel, etc, makes this task harder than expected.\nThe idea behind SearchTextField is to help you adding this feature in just a few lines of code.",
"homepage": "https://github.com/apasccon/SearchTextField",
"license": "MIT",
"authors": {
"Alejandro Pasccon": "apasccon@gmail.com"
},
"source": {
"git": "https://github.com/apasccon/SearchTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SearchTextField/Classes/**/*",
"resource_bundles": {
"SearchTextField": [
"SearchTextField/Assets/*.png"
]
}
}