blob: 0758ae2a4922d8d32226a7adf38dcdd85f6ff59f [file] [log] [blame]
{
"name": "MRPullToRefreshLoadMore",
"version": "0.0.1",
"summary": "Easy and simple way to add pull to refresh and load more for table views, collection views and even scrollviews",
"description": "Pull to refresh and load more loader with delegate methods for tableviews, collectionviews and scrollviews. Its usage is extremely simple as it onnly requires setting a class on your uiview. Example project contains tableview and horizontally scrolling collectionview.",
"homepage": "https://github.com/xtrinch/MRPullToRefreshLoadMore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mojca Rojko": "mojca.rojko@gmail.com"
},
"source": {
"git": "https://github.com/xtrinch/MRPullToRefreshLoadMore.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MRPullToRefreshLoadMore/Classes/**/*"
}