blob: f3dfa52d101a5f6f835084d8a37c11583528df64 [file] [log] [blame]
{
"name": "BJDraggable",
"version": "1.2",
"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": "Badhan Ganesh",
"social_media_url": "http://twitter.com/badhanganesh",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/BadhanGanesh/BJDraggable.git",
"tag": "1.2"
},
"source_files": "BJDraggableDemo/Source/*.{swift}",
"exclude_files": "Classes/Exclude",
"resources": "Resources/*.gif"
}