blob: 4d1637d4e26355694f9851bad85640a31d209f2b [file] [log] [blame]
{
"name": "AutoCompleteTextView",
"version": "1.0.0",
"license": "MIT",
"summary": "AutoCompleteTextView 是一个实时刷选控件,根据输入框中的文本信息进行筛选,View的部分都已经封装好,业务部分自己实现。都以以Block的形式回掉,简单实用!现在已经支持CocoaPods管理,如果对你有所帮助,请Star和Fork。",
"homepage": "https://github.com/baishiyun/AutoCompleteTextView",
"source": {
"git": "https://github.com/baishiyun/AutoCompleteTextView.git",
"tag": "1.0.0"
},
"source_files": "AutoCompleteTextView/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"authors": {
"白仕云": "baishiyun@163.com"
},
"social_media_url": "https://github.com/baishiyun"
}