blob: 0cb834b904710c018d9c3b1bd55eec10e30dfb24 [file] [log] [blame]
{
"name": "DPDraggableButton",
"version": "0.0.1",
"summary": "Draggable Button",
"description": "Drag or tap the button to trigger gesture event",
"homepage": "https://github.com/HongliYu/DPDraggableButton-Swift",
"license": "MIT",
"authors": {
"HongliYu": "yhlssdone@gmail.com"
},
"source": {
"git": "https://github.com/HongliYu/DPDraggableButton-Swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "DPDraggableButton/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"module_name": "DPDraggableButton"
}