blob: 6d588d45394f19bfb5552522af47fc1a150d64b7 [file] [log] [blame]
{
"name": "DragDropImageView",
"version": "1.0",
"summary": "Custom NSImageView which support Drag and Drop Operation.",
"homepage": "https://github.com/leoderbois/DragDropImageView",
"license": "MIT",
"authors": {
"Léo Derbois": "contact@leoderbois.com"
},
"source": {
"git": "https://github.com/leoderbois/DragDropImageView.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/@leoderbois",
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "DragDropImageView",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0.0-rc"
]
}
}