[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / f / 9 / DZLoadMore / 0.1.1 / DZLoadMore.podspec.json
blobc79fd8c2a8cb3152749d9ba1bf61a3153d596ae5
2   "name": "DZLoadMore",
3   "version": "0.1.1",
4   "summary": "Load More and Pull-to-Refresh functionality for your UITableViewController",
5   "description": "    This class helps to add \"Load more\" and \"Pull-to-refresh\" functionality to your table-based controller. It is block based data source class that should be subclassed and used as UITableView's dataSource\"\n",
6   "homepage": "https://github.com/zigdanis/DZLoadMore",
7   "screenshots": [
8     "http://i.imgur.com/zQEjGhFl.png",
9     "http://i.imgur.com/nbWyMH2l.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Danis Ziganshin": "zigdanis@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/zigdanis/DZLoadMore.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "DZLoadMoreDemo/DZLoadMore"