blob: 931c26e604e82edc8de73458f0bc91de8dbdb557 [file] [log] [blame]
{
"name": "OHPDFImage",
"version": "3.1.0",
"summary": "OHPDFImage allows you to use PDFs as vector UIImages",
"description": " OHPDFImage will open PDF files and make it easy to access\n each page of the PDF as a vector image, then render it as\n an UIImage of any size.\n\n This will allow you to use PDF files as vector images in\n your applications, and ensure smooth resizing at any size.\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Olivier Halligon": "olivier.halligon+ae@gmail.com"
},
"homepage": "http://github.com/AliSoftware/OHPDFImage",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/AliSoftware/OHPDFImage.git",
"tag": "3.1.0"
},
"source_files": "OHPDFImage/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true
}