blob: 104eb878ca4e231cd33cbc0bc696a0a1d98eff78 [file] [log] [blame]
{
"name": "DragAndDropCollectionView",
"version": "0.1.0",
"summary": "DragAndDropCollectionView is an extended UICollectionView from which you can drag and drop cells.",
"description": "DragAndDropCollectionView is an extended UICollectionView from which you can drag and drop cells.\nRequires Xcode 9 with Swift 4.0",
"requires_arc": true,
"homepage": "https://github.com/RupeQ/DragAndDropCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RupeQ": "rupeqdj@gmail.com"
},
"source": {
"git": "https://github.com/RupeQ/DragAndDropCollectionView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DragAndDropCollectionView/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}