blob: 7b7dd3e66cba444ff911401a11c99da882385e1f [file] [log] [blame]
{
"name": "SFDraggableDialogView",
"version": "1.1.5",
"summary": "Display the beautiful dialog view with realistic physics behavior.",
"description": "Display the beautiful dialog view with realistic physics behavior (thanks to UIkit Dynamics) with drag to dismiss feature.",
"homepage": "https://github.com/kubatruhlar/SFDraggableDialogView",
"screenshots": "https://raw.githubusercontent.com/kubatruhlar/SFDraggableDialogView/master/Screens/preview.png",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Jakub Truhlar",
"social_media_url": "http://kubatruhlar.cz",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kubatruhlar/SFDraggableDialogView.git",
"tag": "1.1.5"
},
"source_files": "SFDraggableDialogView/*.{h,m}",
"resources": [
"SFDraggableDialogView/**/*.{png,xib}"
],
"frameworks": "UIKit",
"requires_arc": true
}