2 "name": "JDDroppableView",
4 "summary": "A base class for any draggable views. Automatic drag target recognition. (Drag & Drop, even out of scrollviews).",
5 "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.",
6 "homepage": "https://github.com/jaydee3/JDDroppableView",
9 "Markus Emrich": "markus@nxtbgthng.com"
13 "git": "https://github.com/jaydee3/JDDroppableView.git",
16 "source_files": "Library/DroppableView/**/*.{h,m}",