blob: 10194b6d920a61260ae0d69679e93c39a8f78d67 [file] [log] [blame]
{
"name": "AFDraggableCollectionView",
"version": "0.1",
"summary": "Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop.",
"homepage": "https://github.com/michel-moreau/DraggableCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Luke Scott",
"Michel Moreau"
],
"source": {
"git": "https://github.com/michel-moreau/DraggableCollectionView.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"DraggableCollectionView",
"DraggableCollectionView/**/*.{h,m}"
]
}