blob: 5d17f27a05512e402c5d2d478a1077a806996ac3 [file] [log] [blame]
{
"name": "pdftotxt",
"version": "0.1.3",
"summary": "PDF转文字",
"description": "PDF转文字,基于xpdf",
"homepage": "https://github.com/zhong015/pdftotxt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wtr0@qq.com": "wtr0@qq.com"
},
"source": {
"git": "https://github.com/zhong015/pdftotxt.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "WTRpdfLib/*.h",
"source_files": "WTRpdfLib/*.{h,m}",
"resources": "WTRpdfLib/Assets/WTRXPDF.bundle",
"frameworks": "Foundation",
"compiler_flags": [
"-Wno-shorten-64-to-32",
"-Wno-conditional-uninitialized"
],
"subspecs": [
{
"name": "xpdf",
"public_header_files": "WTRpdfLib/Classes/*.h",
"source_files": "WTRpdfLib/Classes/**/*"
}
]
}