Manual:
Copy DragDropView.swift, NSDraggingInfo+FilePathURL.swift to your project.
dragDropView.acceptedFileExtensions = ["jpeg"]
dragDropView.usedArrowImage = true
dragDropView.setup({ (file) in
print(file)
}) { (files) in
print(files)
}DragDropView is available under the MIT license. See the LICENSE file for more info.
