[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / 8 / libpng / 1.6.18 / libpng.podspec.json
blob1bc978183311cd8436f2248177e13ee085a0d750
2   "name": "libpng",
3   "version": "1.6.18",
4   "summary": "The free reference library for reading and writing PNGs",
5   "homepage": "http://www.libpng.org/",
6   "license": {
7     "type": "Open Source",
8     "file": "libpng-LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Komnin": "interfere.work@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/glennrp/libpng.git",
15     "tag": "v1.6.18"
16   },
17   "requires_arc": false,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7"
21   },
22   "prepare_command": "cp -v scripts/pnglibconf.h.prebuilt ./pnglibconf.h",
23   "source_files": "*.{h,c}",
24   "exclude_files": [
25     "example.c",
26     "pngpread.c",
27     "pngtest.c"
28   ],
29   "compiler_flags": [
30     "-DPNG_NO_CONFIG_H",
31     "-DHAVE_DLFCN_H=1",
32     "-DHAVE_INTTYPES_H=1",
33     "-DHAVE_LIBZ=1",
34     "-DHAVE_MEMORY_H=1",
35     "-DHAVE_MEMSET=1",
36     "-DHAVE_POW=1",
37     "-DHAVE_STDINT_H=1",
38     "-DHAVE_STDLIB_H=1",
39     "-DHAVE_STRINGS_H=1",
40     "-DHAVE_STRING_H=1",
41     "-DHAVE_SYS_STAT_H=1",
42     "-DHAVE_SYS_TYPES_H=1",
43     "-DHAVE_UNISTD_H=1",
44     "-DSTDC_HEADERS=1",
45     "-Drestrict=__restrict"
46   ],
47   "libraries": "z"