blob: 817a9eb188b0ada6ca5a992cf013ae3f8ff28899 [file] [log] [blame]
{
"name": "OHPDFImage",
"version": "1.0.0",
"summary": "OHPDFImage allows you to manipulate PDFs as UIImages",
"description": " OHPDFImage will open PDF and make it easy to access each page\n of the PDF as an UIImage\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": "1.0.0"
},
"source_files": "OHPDFImage/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true
}