blob: cef27005c659a7acd5361f5663f9ffd9b286d876 [file] [log] [blame]
{
"name": "MNKPDFEditor",
"version": "0.0.1",
"summary": "PDF viewing / editing framework",
"description": "\"A framework that provides viewing and editing (rotating and reordering pages, drawing on them) for .pdf files\"",
"homepage": "https://github.com/Moonko/MNKPDFEditor",
"license": "MIT",
"authors": {
"Andrei Rychkov": "rychkov.dev@gmail.com"
},
"source": {
"git": "https://github.com/Moonko/MNKPDFEditor.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MNKPDFEditor": [
"Pod/Assets/*.png"
]
}
}