blob: eb9f082d5e365441e94958d93011385d52e60ce4 [file] [log] [blame]
{
"name": "DragSelectCollectionView",
"version": "1.0.1",
"summary": "Drag-select cells in a UICollectionView",
"description": "A UICollectionView subclass for selecting multiple cells while dragging",
"homepage": "https://github.com/haskelash/DragSelectCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"haskelash": "haskelash@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/haskelash/DragSelectCollectionView.git",
"tag": "1.0.1"
},
"source_files": "DragSelectCollectionView/**/*.{h,swift}",
"swift_version": "4.0"
}