blob: 0f365123606365ed4be2abbb075a7cbf48c5d41a [file] [log] [blame]
{
"name": "SearchTextField",
"version": "1.2.3",
"summary": "SearchTextField extends UITextField allowing you to add the autocomplete feature in a really easy way",
"swift_versions": "5.0",
"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.\n The idea behind SearchTextField is to help you adding this feature in just a few lines of code.\nSearchTextField supports two different modes: the classic dropdown list (by default) and the inline mode perfect for autocomplete email domains as an example.",
"homepage": "https://github.com/apasccon/SearchTextField",
"license": "MIT",
"authors": {
"Alejandro Pasccon": "apasccon@gmail.com"
},
"source": {
"git": "https://github.com/apasccon/SearchTextField.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "9.0"
},
"user_target_xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "$(inherited)"
},
"source_files": "SearchTextField/Classes/**/*",
"swift_version": "5.0"
}