blob: 3ec55c541be51af45ae862ff333705e10c90ee82 [file] [log] [blame]
{
"name": "ScrollViewPagingAndReload",
"version": "0.1.2",
"summary": "Helper implementation for paging and reloading scroll views (UITableView, UIScrollView)",
"description": "Helper implementation for paging and reloading scroll views (UITableView, UIScrollView). You can easily trigger reloading or next page loading of a scroll view. Set the offset when the actions should be triggered.",
"homepage": "https://github.com/angelantonov213/ScrollViewPagingAndReload",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Angel": "angel.antonov213@gmail.com"
},
"source": {
"git": "https://github.com/angelantonov213/ScrollViewPagingAndReload.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "ScrollViewPagingAndReload/Classes/**/*",
"frameworks": "UIKit"
}