blob: 598a47de64dc6af92c941056c300393ed03a7570 [file] [log] [blame]
{
"name": "YONAutoComplete",
"version": "1.2.2",
"summary": "Add auto-completion to a UITextField",
"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.",
"homepage": "https://github.com/yonat/YONAutoComplete",
"screenshots": "http://ootips.org/yonat/wp-content/uploads/2014/06/YONAutoComplete.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "https://twitter.com/yonatsharon",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yonat/YONAutoComplete.git",
"tag": "1.2.2"
},
"source_files": "*.{h,m}",
"exclude_files": [
"YONAutoComplete",
"YONAutoComplete.xcodeproj"
],
"requires_arc": true
}