[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / f / MRPullToRefreshLoadMore / 0.0.2 / MRPullToRefreshLoadMore.podspec.json
blob61f052cdfc123e53dfd3c76bec7b25193de4b170
2   "name": "MRPullToRefreshLoadMore",
3   "version": "0.0.2",
4   "summary": "Easy and simple way to add pull to refresh and load more for table views, collection views and even scrollviews",
5   "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.",
6   "homepage": "https://github.com/xtrinch/MRPullToRefreshLoadMore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mojca Rojko": "mojca.rojko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xtrinch/MRPullToRefreshLoadMore.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MRPullToRefreshLoadMore/Classes/**/*"