blob: d07510d5f5dbbc7e4f89cf1c830eb13a481bab5f [file] [log] [blame]
{
"name": "WSBouncingTableView",
"version": "0.1.0",
"summary": "A custom UITableView with bouncing properties to achieve ripples effects.",
"description": "A custom UITableView with bouncing properties to achieve ripples effects, when user scroll the tableView, the dragged cells will have certain delay and animate back to its original position.",
"homepage": "https://github.com/ted7726/WSBouncingTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeiSheng Su": "ted7726@gmail.com"
},
"source": {
"git": "https://github.com/ted7726/WSBouncingTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WSBouncingTableView/Classes/**/*"
}