blob: 07f19599cd2f6c058d413206dba26330019a5dbc [file] [log] [blame]
{
"name": "JDDroppableView",
"version": "1.0.0",
"summary": "A base class for any draggable views. (especially within scrollviews).",
"description": "A DroppableView represents a single draggable View. You may use it as a base class for the views, that you need to be draggable in your project.",
"homepage": "https://github.com/jaydee3/JDDroppableView",
"license": "MIT",
"authors": {
"Markus Emrich": "markus@nxtbgthng.com"
},
"source": {
"git": "https://github.com/jaydee3/JDDroppableView.git",
"tag": "pod-1.0.0"
},
"source_files": "Library/DroppableView/**/*.{h,m}",
"platforms": {
"ios": "3.0"
},
"requires_arc": false
}