[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 9 / JDDroppableView / 1.1.0 / JDDroppableView.podspec.json
blob4bba030bfb021c7b781fee38f885b04a02a6febd
2   "name": "JDDroppableView",
3   "version": "1.1.0",
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/jaydee3/JDDroppableView",
7   "license": "MIT",
8   "authors": {
9     "Markus Emrich": "markus@nxtbgthng.com"
10   },
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/jaydee3/JDDroppableView.git",
14     "tag": "pod-1.1.0"
15   },
16   "source_files": "Library/DroppableView/**/*.{h,m}",
17   "platforms": {
18     "ios": "5.0"
19   }