blob: 0413fd197df7d5a4e28ad6c94ccc25983ca76517 [file] [log] [blame]
{
"name": "DraggableCollectionView",
"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/lognllc/DraggableCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luke Scott": "",
"Rex Sheng": ""
},
"source": {
"git": "https://github.com/lognllc/DraggableCollectionView.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"DraggableCollectionView",
"DraggableCollectionView/**/*.{h,m}"
]
}