[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / b / 2 / 1 / SZLoadingTableViewController / 0.1.0 / SZLoadingTableViewController.podspec.json
blobeecc46f184ff5f8cfb2e39a5f15446fc27b8c988
2   "name": "SZLoadingTableViewController",
3   "version": "0.1.0",
4   "summary": "A subclass on UITableViewController that provides a center loading and scroll bottom to load more data.",
5   "description": "SZLoadingTableViewController that provides a center loading and scroll bottom to load more data. When we fetch data in a TableViewController. It provides center loading. You can also scroll tableView to bottom to loadmore data.",
6   "homepage": "https://github.com/zhangxiaolian1991/SZLoadingTableViewController",
7   "license": "MIT",
8   "authors": {
9     "Suric Zhang": "zhangxiaolian1991@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zhangxiaolian1991/SZLoadingTableViewController.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SZLoadingTableViewController": [
22       "Pod/Assets/*.png"
23     ]
24   }