blob: 6db63ab390cb76a45d8f0fee004ecf3f4871aa27 [file] [log] [blame]
{
"name": "DragAndDropCollectionView",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DragAndDropCollectionView/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}