[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 3 / c / AutoCompleteTextView / 1.0.0 / AutoCompleteTextView.podspec.json
blob4d1637d4e26355694f9851bad85640a31d209f2b
2   "name": "AutoCompleteTextView",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "AutoCompleteTextView 是一个实时刷选控件,根据输入框中的文本信息进行筛选,View的部分都已经封装好,业务部分自己实现。都以以Block的形式回掉,简单实用!现在已经支持CocoaPods管理,如果对你有所帮助,请Star和Fork。",
6   "homepage": "https://github.com/baishiyun/AutoCompleteTextView",
7   "source": {
8     "git": "https://github.com/baishiyun/AutoCompleteTextView.git",
9     "tag": "1.0.0"
10   },
11   "source_files": "AutoCompleteTextView/*.{h,m}",
12   "requires_arc": true,
13   "platforms": {
14     "ios": "7.0"
15   },
16   "frameworks": [
17     "UIKit",
18     "Foundation"
19   ],
20   "authors": {
21     "白仕云": "baishiyun@163.com"
22   },
23   "social_media_url": "https://github.com/baishiyun"