blob: 062dec75518f673ba2599e744abe2be4fd72798b [file] [log] [blame]
{
"name": "LongPressReorder",
"version": "1.0.1",
"summary": "Swift library that allows reordering of UITableView cells via long press gesture.",
"description": "LongPressReorder adresses a common use case when working with tables on an iOS device: the posibility to reorder table rows using a long press gesture, similar to drag and drop gesture. Lightweight and easy to use, LongPressReorder works with any view controller that manages an UITableView.",
"homepage": "https://github.com/sivu22/LongPressReorder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cristian Sava": "cristianzsava@gmail.com"
},
"source": {
"git": "https://github.com/sivu22/LongPressReorder.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LongPressReorder/Classes/**/*",
"pushed_with_swift_version": "3.0"
}