blob: 819ce94b56a07018dc5ece056ae998073fde1b4f [file] [log] [blame]
{
"name": "ELTableViewController",
"version": "1.0.0",
"summary": "A Encapsulation to the UITableView with EGORefreshTableHeaderView and LoadMoreTableFooterView and download image async.",
"homepage": "https://github.com/yanghua/ELTableViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yanghua": "yanghua1127@gmail.com"
},
"source": {
"git": "https://github.com/yanghua/ELTableViewController.git",
"tag": "v-1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "ELTableViewControllerDemo/ELTableViewController/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "ELTableViewControllerDemo/ELTableViewController.bundle/*.png",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": false
}