[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / e / 9 / JDDroppableView / 1.1.4 / JDDroppableView.podspec.json
blob48ab238c3d1b6376d342491117b4d562a3596c7a
2   "name": "JDDroppableView",
3   "version": "1.1.4",
4   "summary": "Easy Drag & Drop - even within scrollviews! A base class to make any view draggable. Automatic drag target recognition.",
5   "description": "A DroppableView represents a single draggable View. Use it as a base class for any view that should be draggable. You can even use it to drag something out of a scrollview, as you can see in the example project. You can define views as drop targets. You will then be informed, if a dragged view hits those targets, leaves them again or is released / dropped over a drop target.",
6   "license": "MIT",
7   "authors": {
8     "Markus Emrich": "markus.emrich@gmail.com"
9   },
10   "homepage": "https://github.com/calimarkus/JDDroppableView",
11   "screenshots": "https://user-images.githubusercontent.com/807039/169490230-66ced2bc-bfc2-4270-bd6d-21a9823a9f8c.png",
12   "source": {
13     "git": "https://github.com/calimarkus/JDDroppableView.git",
14     "tag": "pod-1.1.4"
15   },
16   "source_files": "Library/DroppableView/**/*.{h,m}",
17   "platforms": {
18     "ios": "12.0"
19   }