blob: 4bba030bfb021c7b781fee38f885b04a02a6febd [file] [log] [blame]
{
"name": "JDDroppableView",
"version": "1.1.0",
"summary": "A base class for any draggable views. Automatic drag target recognition. (Drag & Drop, even out of scrollviews).",
"description": "A DroppableView represents a single draggable View. You may use it as a base class for any view, that you need to be draggable in your project. You can even use it to drag something out of a scrollview, as you can seen in the example project. You define other views as drop targets. You will be informed, if a dragged view hits those targets, leaves them again or is dropped over a drop target.",
"homepage": "https://github.com/jaydee3/JDDroppableView",
"license": "MIT",
"authors": {
"Markus Emrich": "markus@nxtbgthng.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/jaydee3/JDDroppableView.git",
"tag": "pod-1.1.0"
},
"source_files": "Library/DroppableView/**/*.{h,m}",
"platforms": {
"ios": "5.0"
}
}