[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 1 / SZLoadingTableViewController / 0.1.1 / SZLoadingTableViewController.podspec.json
blob10006ddf79dd63d9ab86a82ccc1e98589e38d505
2   "name": "SZLoadingTableViewController",
3   "version": "0.1.1",
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.1"
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   }