{ | |
"name": "DragAndDropTableView", | |
"version": "0.1.10", | |
"summary": "A UITableView where cells can be rearranged by drag and drop.", | |
"homepage": "https://github.com/grillbiff/DragAndDropTableView", | |
"license": "MIT", | |
"authors": { | |
"Erik Johansson": "erik.gustaf.johansson@gmail.se" | |
}, | |
"source": { | |
"git": "https://github.com/grillbiff/DragAndDropTableView.git", | |
"tag": "0.1.10" | |
}, | |
"platforms": { | |
"ios": "5.0" | |
}, | |
"source_files": "DragAndDropTableView", | |
"frameworks": "QuartzCore", | |
"requires_arc": true | |
} |