blob: 9874e6cef908988b4cec5d99d5dddfb6f3ce7fc0 [file] [log] [blame]
{
"name": "UIView+draggable",
"version": "1.1.0",
"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": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Source",
"*.{h,m}"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/theandreamazz"
}