blob: eecc46f184ff5f8cfb2e39a5f15446fc27b8c988 [file] [log] [blame]
{
"name": "SZLoadingTableViewController",
"version": "0.1.0",
"summary": "A subclass on UITableViewController that provides a center loading and scroll bottom to load more data.",
"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.",
"homepage": "https://github.com/zhangxiaolian1991/SZLoadingTableViewController",
"license": "MIT",
"authors": {
"Suric Zhang": "zhangxiaolian1991@gmail.com"
},
"source": {
"git": "https://github.com/zhangxiaolian1991/SZLoadingTableViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SZLoadingTableViewController": [
"Pod/Assets/*.png"
]
}
}