blob: e911df0eb810d75c79ffab3002f02fcf41cef8d0 [file] [log] [blame]
{
"name": "HTKDragAndDropCollectionViewLayout",
"version": "0.1.1",
"summary": "UICollectionViewLayout subclass that provides Drag and Drop functionality. Unique in that it does not use a 'ghost' or 'dummy' cell. iOS 7+.",
"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",
"homepage": "http://www.github.com/henrytkirk/HTKDragAndDropCollectionViewLayout",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Henry T Kirk": "henrytkirk@gmail.com"
},
"social_media_url": "http://twitter.com/henrytkirk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/henrytkirk/HTKDragAndDropCollectionViewLayout.git",
"tag": "v0.1.1"
},
"source_files": "HTKDragAndDropCollectionViewLayout/*.{h,m}",
"requires_arc": true
}