[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / 0 / a / mozjpeg / 3.3.2 / mozjpeg.podspec.json
blob933c256e71693171b4f573bb07b2675b1d7c5c54
2   "name": "mozjpeg",
3   "version": "3.3.2",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "https://github.com/mozilla/mozjpeg",
8   "summary": "Improved JPEG encoder.",
9   "authors": "Mozilla",
10   "source": {
11     "git": "https://github.com/mozilla/mozjpeg.git",
12     "tag": "v3.3.1"
13   },
14   "module_name": "mozjpeg",
15   "header_dir": "mozjpeg",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "prepare_command": "cat << EOF > ctransupp.h\n#ifdef __cplusplus\n#ifndef DONT_USE_EXTERN_C\nextern \"C\" {\n#endif\n#endif\nEOF\n\ncat transupp.h >> ctransupp.h\n\ncat << EOF >> ctransupp.h\n#ifdef __cplusplus\n#ifndef DONT_USE_EXTERN_C\n}\n#endif\n#endif\nEOF\n\nmv ctransupp.h transupp.h\n\ncat << EOF > jconfig.h\n#define JPEG_LIB_VERSION  80\t/* Version 6b */\n#define LIBJPEG_TURBO_VERSION 3.1.m\n#define LIBJPEG_TURBO_VERSION_NUMBER 1\n#define C_ARITH_CODING_SUPPORTED 1\n#define D_ARITH_CODING_SUPPORTED 1\n#define BITS_IN_JSAMPLE  8\n#define HAVE_LOCALE_H 1\n#define HAVE_STDDEF_H 1\n#define HAVE_STDLIB_H 1\n#define HAVE_UNSIGNED_CHAR 1\n#define HAVE_UNSIGNED_SHORT 1\n#define NEED_SYS_TYPES_H 1\n#define WITH_SIMD 0\nEOF\n\n\ncat << EOF > jconfigint.h\n#define BUILD \"20180328\"\n#define INLINE __attribute__((always_inline))\n#define PACKAGE_NAME \"mozjpeg\"\n#define VERSION \"3.3.2\"\n#ifdef __SIZEOF_SIZE_T__\n  #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__\n#else\n  #error Cannot determine the size of size_t\n#endif\nEOF",
20   "private_header_files": [
21     "bmp.h",
22     "cderror.h",
23     "cdjpeg.h",
24     "jchuff.h",
25     "jcmaster.h",
26     "jconfigint.h",
27     "jdcoefct.h",
28     "jdct.h",
29     "jdhuff.h",
30     "jdmainct.h",
31     "jdmaster.h",
32     "jdsample.h",
33     "jmemsys.h",
34     "jpeg_nbits_table.h",
35     "jpegcomp.h",
36     "jsimd.h",
37     "jsimddct.h",
38     "jversion.h",
39     "wrppm.h"
40   ],
41   "public_header_files": [
42     "jerror.h",
43     "jinclude.h",
44     "jconfig.h",
45     "jmorecfg.h",
46     "jpeglib.h",
47     "jpegint.h",
48     "transupp.h"
49   ],
50   "source_files": [
51     "jcapimin.c",
52     "jcapistd.c",
53     "jccoefct.c",
54     "jccolor.c",
55     "jcdctmgr.c",
56     "jcext.c",
57     "jchuff.c",
58     "jcinit.c",
59     "jcmainct.c",
60     "jcmarker.c",
61     "jcmaster.c",
62     "jcomapi.c",
63     "jcparam.c",
64     "jcphuff.c",
65     "jcprepct.c",
66     "jcsample.c",
67     "jctrans.c",
68     "jdapimin.c",
69     "jdapistd.c",
70     "jdatadst.c",
71     "jdatasrc.c",
72     "jdcoefct.c",
73     "jdcolor.c",
74     "jddctmgr.c",
75     "jdhuff.c",
76     "jdinput.c",
77     "jdmainct.c",
78     "jdmarker.c",
79     "jdmaster.c",
80     "jdmerge.c",
81     "jdphuff.c",
82     "jdpostct.c",
83     "jdsample.c",
84     "jdtrans.c",
85     "jerror.c",
86     "jfdctflt.c",
87     "jfdctfst.c",
88     "jfdctint.c",
89     "jidctflt.c",
90     "jidctfst.c",
91     "jidctint.c",
92     "jidctred.c",
93     "jquant1.c",
94     "jquant2.c",
95     "jutils.c",
96     "jmemmgr.c",
97     "jaricom.c",
98     "jcarith.c",
99     "jdarith.c",
100     "transupp.c",
101     "jmemnobs.c",
102     "jsimd_none.c",
103     "jerror.h",
104     "jinclude.h",
105     "jconfig.h",
106     "jmorecfg.h",
107     "jpeglib.h",
108     "jpegint.h",
109     "transupp.h",
110     "bmp.h",
111     "cderror.h",
112     "cdjpeg.h",
113     "jchuff.h",
114     "jcmaster.h",
115     "jconfigint.h",
116     "jdcoefct.h",
117     "jdct.h",
118     "jdhuff.h",
119     "jdmainct.h",
120     "jdmaster.h",
121     "jdsample.h",
122     "jmemsys.h",
123     "jpeg_nbits_table.h",
124     "jpegcomp.h",
125     "jsimd.h",
126     "jsimddct.h",
127     "jversion.h",
128     "wrppm.h",
129     "transupp.h"
130   ],
131   "preserve_paths": [
132     "jdcolext.c",
133     "jstdhuff.c",
134     "jdcol565.c",
135     "jdmrgext.c",
136     "jdmrg565.c",
137     "jccolext.c"
138   ]