blob: 6251a59f9dda0edd4937e8c120b7d3ce1d17e3b0 [file] [log] [blame]
{
"name": "ScrollViewFreshEmpty",
"version": "1.0.0",
"summary": "整合UIScrollView的下拉刷新、空页面显示,简化MJRefresh和DZNEmptyDataSet的使用。",
"homepage": "https://github.com/wochen85/ScrollViewFreshEmpty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CHAT": "312163862@qq.com"
},
"source": {
"git": "https://github.com/wochen85/ScrollViewFreshEmpty.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"dependencies": {
"MJRefresh": [
"~> 3.1.15.1"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
]
},
"source_files": "ScrollViewFreshEmpty/ScrollViewFreshEmpty/*.{h,m}"
}