[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / e / 9 / JDDroppableView / 1.1.3 / JDDroppableView.podspec.json
blob8015d2a46b5a2f92712b71fb4babb4f9a4529a9a
2   "name": "JDDroppableView",
3   "version": "1.1.3",
4   "summary": "A base class for any draggable views. Automatic drag target recognition. (Drag & Drop, even out of scrollviews)",
5   "description": "A DroppableView represents a single draggable View. You may use it as a base class for any view, that you need to be draggable in your project. You can even use it to drag something out of a scrollview, as you can seen in the example project. You define other views as drop targets. You will be informed, if a dragged view hits those targets, leaves them again or is dropped over a drop target.",
6   "homepage": "https://github.com/calimarkus/JDDroppableView",
7   "license": "MIT",
8   "authors": {
9     "Markus Emrich": "markus.emrich@gmail.com"
10   },
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/calimarkus/JDDroppableView.git",
14     "tag": "pod-1.1.3"
15   },
16   "source_files": "Library/DroppableView/**/*.{h,m}",
17   "platforms": {
18     "ios": "12.0"
19   }