blob: c79fd8c2a8cb3152749d9ba1bf61a3153d596ae5 [file] [log] [blame]
{
"name": "DZLoadMore",
"version": "0.1.1",
"summary": "Load More and Pull-to-Refresh functionality for your UITableViewController",
"description": " This class helps to add \"Load more\" and \"Pull-to-refresh\" functionality to your table-based controller. It is block based data source class that should be subclassed and used as UITableView's dataSource\"\n",
"homepage": "https://github.com/zigdanis/DZLoadMore",
"screenshots": [
"http://i.imgur.com/zQEjGhFl.png",
"http://i.imgur.com/nbWyMH2l.png"
],
"license": "MIT",
"authors": {
"Danis Ziganshin": "zigdanis@gmail.com"
},
"source": {
"git": "https://github.com/zigdanis/DZLoadMore.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DZLoadMoreDemo/DZLoadMore"
}