blob: 89e34ae64566ae4a8c9aef60fe9a67a3c7d3a7f5 [file] [log] [blame]
{
"name": "HTAutocompleteTextField",
"version": "1.2.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": "jon@hoteltonight.com"
},
"source": {
"git": "https://github.com/hoteltonight/HTAutocompleteTextField.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}