[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / f / libpng-apng / 1.6.26 / libpng-apng.podspec.json
blob9cec8fbd9f4a4af5cbd8e10cbbfa355a5fc65bc5
2   "name": "libpng-apng",
3   "version": "1.6.26",
4   "summary": "APNG patch provides APNG support to libpng.",
5   "description": "The Animated Portable Network Graphics (APNG) is an unofficial extension of the Portable Network Graphics (PNG) format. APNG patch provides APNG support to libpng.",
6   "homepage": "https://sourceforge.net/projects/libpng-apng/",
7   "license": {
8     "type": "Open Source",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "libpng": "png-mng-implement@lists.sourceforge.net"
13   },
14   "source": {
15     "git": "https://github.com/rickytan/libpng-apng.git",
16     "tag": "1.6.26"
17   },
18   "requires_arc": false,
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.7"
22   },
23   "prepare_command": "cp -v scripts/pnglibconf.h.prebuilt ./pnglibconf.h",
24   "source_files": "*.{h,c}",
25   "exclude_files": [
26     "example.c",
27     "pngtest.c",
28     "pngpread.c",
29     "pngtest.c"
30   ],
31   "private_header_files": [
32     "pngprefix.h",
33     "pngdebug.h",
34     "pnginfo.h",
35     "pngpriv.h",
36     "pngstruct.h"
37   ],
38   "public_header_files": [
39     "pnglibconf.h",
40     "png.h",
41     "pngconf.h"
42   ],
43   "compiler_flags": [
44     "-DVERSION='1.6.26'",
45     "-DPNG_NO_CONFIG_H",
46     "-DHAVE_DLFCN_H=1",
47     "-DHAVE_INTTYPES_H=1",
48     "-DHAVE_LIBZ=1",
49     "-DHAVE_MEMORY_H=1",
50     "-DHAVE_MEMSET=1",
51     "-DHAVE_POW=1",
52     "-DHAVE_STDINT_H=1",
53     "-DHAVE_STDLIB_H=1",
54     "-DHAVE_STRINGS_H=1",
55     "-DHAVE_STRING_H=1",
56     "-DHAVE_SYS_STAT_H=1",
57     "-DHAVE_SYS_TYPES_H=1",
58     "-DHAVE_UNISTD_H=1",
59     "-DSTDC_HEADERS=1",
60     "-Drestrict=__restrict"
61   ],
62   "libraries": "z"