blob: a8757d5a00be5f81b96168b0341107fe2ec93403 [file] [log] [blame]
{
"name": "UIView+DragDrop",
"version": "0.0.2",
"summary": "Objective-C category adding drag and drop functionality to UIView",
"description": "Simple interface for adding drag and drop functionality to UIViews",
"homepage": "http://github.com/ryanmeisters/UIView-DragDrop",
"license": "MIT",
"authors": {
"Ryan Meisters": "ryanmeisters@gmail.com"
},
"source": {
"git": "https://github.com/ryanmeisters/UIView-DragDrop.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/ryanmeisters",
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source_files": "Classes"
}