blob: 5e423b167a62d849a47433634c615816348fce35 [file] [log] [blame]
{
"name": "MQDraggableCollectionView",
"version": "1.0.1",
"summary": "Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop.",
"homepage": "ssh://git@stash.musicqubed.com:7999/icf/mqdraggablecollectionview.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"MQ Developers"
],
"source": {
"git": "ssh://git@stash.musicqubed.com:7999/icf/mqdraggablecollectionview.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"DraggableCollectionView",
"DraggableCollectionView/**/*.{h,m}"
]
}