blob: 7fefe7771096fc9bd57bfb2d4c1aa54ee5249423 [file] [log] [blame]
{
"name": "EasyPullToRefresh",
"version": "0.3.0",
"summary": "One line to implement pull to refresh and handle empty list",
"description": "Easily integrate pull to refresh without any hassle.Handle an empty tableview with a single line. No need to add anything to storyboard or xib or code.",
"homepage": "https://github.com/harshalrj25/EasyPullToRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harshalrj25": "harshalrj25@gmail.com"
},
"source": {
"git": "https://github.com/harshalrj25/EasyPullToRefresh.git",
"tag": "0.3.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "EasyPullToRefresh/Classes/**/*"
}