[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / e / DMPdfView / 0.1.1 / DMPdfView.podspec.json
blob875b5fb783ca8d79eef33bfebd0361ae592ee7fa
2   "name": "DMPdfView",
3   "version": "0.1.1",
4   "summary": "A configurable/extensible iOS library for viewing PDF documents with zooming, page jumping and a thumbnail index.",
5   "description": "    This library is intended to replace the QuickLook PDF viewer with more configurability, embeddability and extensibility.\n",
6   "homepage": "http://devmode.com/projects/dm-pdf-view",
7   "documentation_url": "http://devmode.com/projects/dm-pdf-view",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE-MIT"
11   },
12   "authors": {
13     "John E. Bailey": "john@devmode.com",
14     "Sean M. Duncan": "sean@devmode.com"
15   },
16   "social_media_url": "http://twitter.com/DevModeInc",
17   "platforms": {
18     "ios": 6.0
19   },
20   "source": {
21     "git": "https://github.com/devmode/dm-pdfview.git",
22     "tag": "0.1.1"
23   },
24   "source_files": [
25     "Classes",
26     "Classes/**/*.{h,m}"
27   ],
28   "public_header_files": "Classes/**/*.h",
29   "dependencies": {
30     "DMImage": [
31       "~> 0.0.1"
32     ]
33   },
34   "requires_arc": true