[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 7 / AtkDragAndDrop / 0.2.2 / AtkDragAndDrop.podspec.json
blob2efe1b9abe48c7b3911e27d87a17df6925c4fcc1
2   "name": "AtkDragAndDrop",
3   "version": "0.2.2",
4   "summary": "A drag and drop toolkit for iOS.",
5   "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",
6   "homepage": "https://github.com/ptoinson/asymptotik-drag-and-drop",
7   "license": "MIT",
8   "authors": {
9     "Rick Boykin": "info@asymptotik.com"
10   },
11   "source": {
12     "git": "https://github.com/ptoinson/asymptotik-drag-and-drop.git",
13     "tag": "v0.2.2"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "frameworks": "UIKit"