blob: 61f052cdfc123e53dfd3c76bec7b25193de4b170 [file] [log] [blame]
{
"name": "MRPullToRefreshLoadMore",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MRPullToRefreshLoadMore/Classes/**/*"
}