blob: 731ce6ad0800d46228c8870f5b12224df0b3d4eb [file] [log] [blame]
{
"name": "UIView+draggable",
"version": "0.1",
"summary": "UIView category that adds dragging capabilities",
"homepage": "https://github.com/andreamazz/UIView-draggable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/UIView-draggable.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"UIView+draggable",
"*.{h,m}"
],
"requires_arc": true
}