blob: 72b4af09eaac5708d9ea43f3c2bdf575cabd94e9 [file] [log] [blame]
{
"name": "DNDDragAndDrop",
"version": "1.3.0",
"summary": "A library that helps you support drag and drop operations in your iOS applications.",
"description": "Usage\n=======\nThe main class to interact with is the DNDDragAndDropController. You provide the controller with two kinds of views to work with:\nDrag Sources: These are the views that can be used to begin a dragging operation\nDrop Targets: These are the views where you can drop something\nExample\n=======\nThere's a simple example project in the repo which demonstrates the basic functionality of the library.",
"homepage": "https://github.com/frenetisch-applaudierend/ios-drag-and-drop",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/frenetisch-applaudierend/ios-drag-and-drop.git",
"tag": "1.3.0"
},
"source_files": "iOS Library/Sources/**/*.{h,m}",
"public_header_files": "iOS Library/Sources/**/*.h",
"private_header_files": [
"iOS Library/Sources/**/*_Private.h",
"iOS Library/Sources/DNDDragHandler.h"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}