blob: 493803d098e1fd460702ca317fdb3b8becc0ecfb [file] [log] [blame]
{
"name": "PDFEditor",
"version": "0.0.1",
"summary": "Lightweight library that allow add annotations to pdf files with simple PDFEditView: UIView.",
"homepage": "https://github.com/cmuphobk/PdfEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kirill Smirnov": "cmuphob.k@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/cmuphobk/PdfEditor.git",
"tag": "0.0.1"
},
"source_files": [
"PDFEditor/Libraries/PDFEditor/PDFEditor/PDFEditor.h",
"PDFEditor/Libraries/PDFEditor/PDFEditor/Source/**/*.{swift}"
],
"swift_version": "5.0"
}