blob: 1cb550fac474d9db29e60e2c9d98f2f1f4a5a2da [file] [log] [blame]
{
"name": "TMOTableView",
"version": "1.1.0",
"summary": "TMOTableView includes RefreshControl LoadMoreControl FirstLoadControl, and you can customize it.",
"description": " TMOTableView includes RefreshControl LoadMoreControl FirstLoadControl, and you can customize it. \n It support iOS5+, support UIViewController & UITableViewController.\n TMOTableView是一个包含下拉刷新、上拉加载、首次加载三个常用功能的UITableView子类,支持iOS5+\n",
"homepage": "https://github.com/duowan/TMOTableView",
"license": "MIT",
"authors": {
"PonyCui": "cuis@vip.qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/duowan/TMOTableView.git",
"tag": "1.1.0"
},
"source_files": [
"Src",
"Src/*.{h,m}"
],
"requires_arc": true,
"deprecated": true
}