blob: ed2b9638fff7ae4d6b55b500f7981d431561ac8b [file] [log] [blame]
{
"name": "DraggableTableView",
"version": "0.1.0",
"summary": "Extension for the UITableView that allows a user to move cells with long press and drop",
"description": "Extension for the UITableView that allows a user to move cells with long press and drop,it is a \"Drop to use\" library.",
"homepage": "https://github.com/LeoMobileDeveloper/DraggableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "leomobiledeveloper@gmail.com"
},
"source": {
"git": "https://github.com/LeoMobileDeveloper/DraggableTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*"
}