blob: 27872c73c02babc7c345b231980e46383219cf58 [file] [log] [blame]
{
"name": "HTAutocompleteTextField",
"version": "1.3.1",
"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": "jonsibley@gmail.com"
},
"source": {
"git": "https://github.com/hoteltonight/HTAutocompleteTextField.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}