blob: 29ea1388bb353e409f513d5e8d29134a3a1f59fd [file] [log] [blame]
{
"name": "BJDraggable",
"version": "1.1",
"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": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/BadhanGanesh/BJDraggable.git",
"tag": "1.1"
},
"source_files": "BJDraggableDemo/Source/*.{swift}",
"exclude_files": "Classes/Exclude",
"resources": "Resources/*.gif"
}