blob: 2426fa54b593f1d6bcff5c437bbcfa77d4f0814f [file] [log] [blame]
{
"name": "XYRefreshTableViewControllerDemo",
"version": "1.0.6",
"summary": "tableView refresh load used on iOS.",
"description": "It is tableView refresh load used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/CoderWCL/XYRefreshTableViewControllerDemo",
"license": "MIT",
"authors": {
"CoderWCL": "21468329@qq.com"
},
"source": {
"git": "https://github.com/CoderWCL/XYRefreshTableViewControllerDemo.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XYRefreshTableViewController/**/*.{h,m}",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.3"
]
}
}