blob: 3cf0c4cd84b902b61b463facb179b39df35b9559 [file] [log] [blame]
{
"name": "XYRefreshTableViewController",
"version": "1.0.2",
"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/XYRefreshTableViewController",
"license": "MIT",
"authors": {
"CoderWCL": "21468329@qq.com"
},
"source": {
"git": "https://github.com/CoderWCL/XYRefreshTableViewController.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XYRefreshTableViewController/**/*.{h,m}",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.3"
]
}
}