blob: 484d36ae92498bb564c14ed8a06fe99e0edc1503 [file] [log] [blame]
{
"name": "DragNDrop",
"version": "0.1.0",
"summary": "Enables an easy and fast way to move around items between tableViews.",
"description": "Enables an easy and fast way to move around items between tableViews. One can select a cell, drag it on top of another or the same tableView and drop it.",
"homepage": "https://github.com/lopes710/DragNDrop",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Duarte Lopes": "duarte.lopes85@gmail.com"
},
"source": {
"git": "https://github.com/lopes710/DragNDrop.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DragNDrop/Classes/**/*"
}