blob: 25037e9aa66cdf1af32e85d58555ba754c0bae69 [file] [log] [blame]
{
"name": "DMPdfView",
"version": "0.1.0",
"summary": "A configurable/extendable iOS library for viewing PDF documents with zooming, page jumping and a thumbnail index.",
"description": " This library is intended to replace the QuickLook PDF viewer with more configurability, embeddability and extendibility.\n",
"homepage": "http://devmode.com/projects/dm-pdf-view",
"documentation_url": "http://devmode.com/projects/dm-pdf-view",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": {
"John E. Bailey": "john@devmode.com",
"Sean M. Duncan": "sean@devmode.com"
},
"social_media_url": "http://twitter.com/DevModeInc",
"platforms": {
"ios": 6.0
},
"source": {
"git": "https://github.com/devmode/dm-pdfview.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}