2 "name": "YONAutoComplete",
4 "summary": "Add auto-completion to a UITextField",
5 "description": "Simplest auto-complete: \njust create a `YONAutoComplete` object and assign it as the delegate of a `UITextField`:\n\n```objective-c\n YONAutoComplete *autoComplete = [YONAutoComplete new];\n textField.delegate = autoComplete;\n```\n\nThe user can either choose from the list of completions, or type a new value that will be added to the list automatically.",
6 "homepage": "https://github.com/yonat/YONAutoComplete",
7 "screenshots": "http://ootips.org/yonat/wp-content/uploads/2014/06/YONAutoComplete.png",
13 "Yonat Sharon": "yonat@ootips.org"
15 "social_media_url": "http://twitter.com/yonatsharon",
20 "git": "https://github.com/yonat/YONAutoComplete.git",
23 "source_files": "*.{h,m}",
26 "YONAutoComplete.xcodeproj"