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