blob: 74facc86476a34aedb1ecf1239583939df32dffb [file] [log] [blame]
{
"name": "LKPullToLoadMore",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit"
}