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