blob: 3519b2754c07657e035b72eca270baafa7143f5f [file] [log] [blame]
{
"name": "SKScrollViewRefresh",
"version": "1.0.0",
"summary": "继承于UIScrollView的快速集成上拉/下拉刷新组价.",
"description": "通过继承于UIScrollView的实例对象直接调用,可以快速集成.事件通过block回调",
"homepage": "https://github.com/emptyglass123/SKScrollViewRefresh.git",
"license": "MIT",
"authors": {
"zhuhui": "13520882602@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/emptyglass123/SKScrollViewRefresh.git",
"tag": "1.0.0"
},
"source_files": "SKScrollViewRefresh",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
]
}
}