blob: 246aac34c4b365045f33718b1f6c0ed52fbedeed [file] [log] [blame]
{
"name": "TKAutoCompleteTextField",
"version": "0.2.0",
"summary": "Simple auto completion with UITextField",
"homepage": "https://github.com/yatatsu/TKAutoCompleteTextField",
"screenshots": "https://raw.githubusercontent.com/yatatsu/TKAutoCompleteTextField/master/TKAutoCompleteTextFieldSample.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yatatsu": "yatatsukitagawa@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yatatsu/TKAutoCompleteTextField.git",
"tag": "0.2.0"
},
"source_files": "TKAutoCompleteTextField/*.{h,m}",
"exclude_files": [
"TKAutoCompleteTextFieldSample",
"TKAutoCompleteTextFieldTests"
],
"requires_arc": true
}