[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 9 / JDDroppableView / 1.0.0 / JDDroppableView.podspec.json
blob07f19599cd2f6c058d413206dba26330019a5dbc
2   "name": "JDDroppableView",
3   "version": "1.0.0",
4   "summary": "A base class for any draggable views. (especially within scrollviews).",
5   "description": "A DroppableView represents a single draggable View. You may use it as a base class for the views, that you need to be draggable in your project.",
6   "homepage": "https://github.com/jaydee3/JDDroppableView",
7   "license": "MIT",
8   "authors": {
9     "Markus Emrich": "markus@nxtbgthng.com"
10   },
11   "source": {
12     "git": "https://github.com/jaydee3/JDDroppableView.git",
13     "tag": "pod-1.0.0"
14   },
15   "source_files": "Library/DroppableView/**/*.{h,m}",
16   "platforms": {
17     "ios": "3.0"
18   },
19   "requires_arc": false