blob: eaded7a35c6e7c4506eae77d1c316bc7cf8d954e [file] [log] [blame]
{
"name": "QLPDFView",
"version": "0.0.3",
"summary": "PDF 涂鸦、签名功能",
"description": "依赖PDFKit实现pdf签名、涂鸦等功能",
"homepage": "https://github.com/burtworld/QLPDFView",
"license": "MIT",
"authors": {
"Paramita": "baqkoo007@aliyun.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/burtworld/QLPDFView.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "PDFKit",
"dependencies": {
"Masonry": [
]
}
}