blob: 33aad6779ca3c8985475db098e88c9f335eb5943 [file] [log] [blame]
{
"name": "BJDraggable",
"version": "1.4",
"summary": "Enables any UIView to be dragged and dropped within a boundary view.",
"description": "A simple protocol utilising the powerful UIKitDynamics API, which makes ANY UIView draggable within a boundary view that acts as collision body, with a single method call. Works for any UIView.",
"homepage": "https://github.com/BadhanGanesh/BJDraggable.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BadhanGanesh": "ganesh_randy@yahoo.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/BadhanGanesh/BJDraggable.git",
"tag": "1.4"
},
"source_files": "BJDraggableDemo/Source/*.{swift}",
"exclude_files": "Classes/Exclude",
"resources": "Resources/*.gif"
}