2 "name": "JDDroppableView",
4 "summary": "Easy Drag & Drop - even within scrollviews! A base class to make any view draggable. Automatic drag target recognition.",
5 "description": "A DroppableView represents a single draggable View. Use it as a base class for any view that should be draggable. You can even use it to drag something out of a scrollview, as you can see in the example project. You can define views as drop targets. You will then be informed, if a dragged view hits those targets, leaves them again or is released / dropped over a drop target.",
8 "Markus Emrich": "markus.emrich@gmail.com"
10 "homepage": "https://github.com/calimarkus/JDDroppableView",
11 "screenshots": "https://user-images.githubusercontent.com/807039/169490230-66ced2bc-bfc2-4270-bd6d-21a9823a9f8c.png",
13 "git": "https://github.com/calimarkus/JDDroppableView.git",
16 "source_files": "Library/DroppableView/**/*.{h,m}",