blob: 17d157c3e9b8ab3b9cd1c8c35200b26c20733d5a [file] [log] [blame]
{
"name": "AtkDragAndDrop",
"version": "0.2.1",
"summary": "A drag and drop toolkit for iOS.",
"description": " iOS drag and drop toolkit with support for:\n\n\t\t * Drag Source and Drop Zones by either subclassing or wrapping UIView and subclasses\n\t\t * Drag shadow generation for UIView\n\t\t * UIScrollView drag target auto scrolling \n\t\t * AtkDragAndDropManager uses the delegate pattern to allow a wide varienty of drag and drop scenarios\n\t\t * Accepts any continuous UIGestureRecognizer class for drag recognition\n\t\t * Works with the UIPasteboard as a means of data passing for the drag and drop operation.\n\t\t * Complete set of lifecycle handlers.\n",
"homepage": "https://github.com/ptoinson/asymptotik-drag-and-drop",
"license": "MIT",
"authors": {
"Rick Boykin": "info@asymptotik.com"
},
"source": {
"git": "https://github.com/ptoinson/asymptotik-drag-and-drop.git",
"tag": "v0.2.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes",
"frameworks": "UIKit"
}