blob: 4e048f77d0150a635d249879e5e5c93692d2025e [file] [log] [blame]
{
"name": "UIView+DragDrop",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/ryanmeisters",
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source_files": "Classes"
}