[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / f / pdftotxt / 0.1.2 / pdftotxt.podspec.json
blob5ad01660eeaafc136a52d70b930256b3d804f32e
2   "name": "pdftotxt",
3   "version": "0.1.2",
4   "summary": "PDF转文字",
5   "description": "PDF转文字,基于xpdf",
6   "homepage": "https://github.com/zhong015/pdftotxt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wtr0@qq.com": "wtr0@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhong015/pdftotxt.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "WTRpdfLib/Classes/*.h",
22   "source_files": "WTRpdfLib/Classes/**/*",
23   "resources": "WTRpdfLib/Assets/WTRXPDF.bundle",
24   "frameworks": "Foundation",
25   "compiler_flags": [
26     "-Wno-shorten-64-to-32",
27     "-Wno-conditional-uninitialized"
28   ]