2 "name": "HTKDragAndDropCollectionViewLayout",
4 "summary": "UICollectionViewLayout subclass that provides Drag and Drop functionality. Unique in that it does not use a 'ghost' or 'dummy' cell. iOS 7+.",
5 "description": " Custom UICollectionViewLayout that works together with a custom UICollectionViewCell to provide drag and drop for a UICollectionView. Works just like UITableView drag and drop. What's unique about this approach is that it does not need to create a \"ghost\" or \"dummy\" cell to provide the drag and drop functionality. I believe this method is simpler and less complex for the majority of use cases.\n",
6 "homepage": "http://www.github.com/henrytkirk/HTKDragAndDropCollectionViewLayout",
8 "type": "Apache License, Version 2.0",
12 "Henry T Kirk": "henrytkirk@gmail.com"
14 "social_media_url": "http://twitter.com/henrytkirk",
19 "git": "https://github.com/henrytkirk/HTKDragAndDropCollectionViewLayout.git",
22 "source_files": "HTKDragAndDropCollectionViewLayout/*.{h,m}",