blob: 6eaa31e416ddadec2982b780a569b58a168a93c0 [file] [log] [blame]
{
"name": "ADragDropView",
"version": "1.0.0",
"summary": "Add a Drag and drop view (swift) for your macOS app easily",
"description": "Add a file drag and drop view (swift) to your macOS app easily, works with sandboxed app as well",
"homepage": "https://github.com/cupnoodle/ADragDropView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Axel Kee",
"social_media_url": "http://twitter.com/soulchildpls",
"swift_version": "4.1",
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/cupnoodle/ADragDropView.git",
"tag": "1.0.0"
},
"source_files": "ADragDropView/**/*.swift"
}