blob: 87d9dd07fc4abf73d3a2a8b9dc2d354a62a5795a [file] [log] [blame]
{
"name": "LKPullToLoadMore",
"version": "1.0.1",
"summary": "Load More control for UITableView",
"description": "Provides a 'Load More' control at the bottom of a UITableView similar to a UIRefreshControl",
"homepage": "https://github.com/LightningKite/LKPullToLoadMore",
"license": "MIT",
"authors": {
"Erik Sargent": "erik@lightningkite.com"
},
"source": {
"git": "https://github.com/LightningKite/LKPullToLoadMore.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit"
}