blob: e9a5df763dbcdf26dd2e3ad2b360b76973db39ee [file] [log] [blame]
{
"name": "UIView+draggable",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"UIView+draggable",
"*.{h,m}"
],
"requires_arc": true
}