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