blob: 69d4bac564396cbf6f070ba8f4fd879e531bb603 [file] [log] [blame]
{
"name": "DragAndDropCollectionView",
"version": "0.1.2",
"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/pawelrup/DragAndDropCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paweł Rup": "pawelrup@lobocode.pl"
},
"source": {
"git": "https://github.com/pawelrup/DragAndDropCollectionView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DragAndDropCollectionView/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}