blob: 875b5fb783ca8d79eef33bfebd0361ae592ee7fa [file] [log] [blame]
{
"name": "DMPdfView",
"version": "0.1.1",
"summary": "A configurable/extensible 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 extensibility.\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.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"dependencies": {
"DMImage": [
"~> 0.0.1"
]
},
"requires_arc": true
}