blob: d22bc3b1aee24877b987a869592ad35273ca4b4c [file] [log] [blame]
{
"name": "HTAutocompleteTextField",
"version": "1.0.0",
"summary": "A subclass of UITextField that displays text completion suggestions while a user types. Perfect for suggestion email address domains.",
"homepage": "https://github.com/hoteltonight/HTAutocompleteTextField",
"license": "MIT",
"authors": {
"Jonathan Sibley": "jon@hoteltonight.com"
},
"source": {
"git": "https://github.com/hoteltonight/HTAutocompleteTextField.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "HTAutocompleteTextField.{h,m}",
"requires_arc": true
}