blob: b0ea583b006ead5f1439f94a16d4d1702e5f9316 [file] [log] [blame]
{
"name": "pullRefresh",
"version": "1.0.5",
"summary": "扩展UITableView使其具体下拉刷新和上拉获取更多的功能",
"description": "扩展UITableView使其具体下拉刷新和上拉获取更多的功能,仅需几行代码就能实现TableView的下拉刷新和上拉获取更多",
"homepage": "https://github.com/dengyafeng001/pullRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dengyafeng001 group": "https://github.com/dengyafeng001"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dengyafeng001/pullRefresh.git",
"tag": "1.0.5"
},
"source_files": "RefreshControl/*.{h,m}",
"requires_arc": true
}