-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy pathSearchTextField.podspec.json
More file actions
24 lines (24 loc) · 1.1 KB
/
SearchTextField.podspec.json
File metadata and controls
24 lines (24 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "SearchTextField",
"version": "1.2.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"user_target_xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "$(inherited)"
},
"source_files": "SearchTextField/Classes/**/*",
"swift_version": "5.0"
}