blob: 8d83660044a31de6dd0e38b9e7d07c23c9eb2206 [file] [log] [blame]
{
"name": "libpng",
"version": "1.6.35",
"license": {
"type": "Open Source",
"file": "LICENSE"
},
"homepage": "http://www.libpng.org/",
"summary": "The free reference library for reading and writing PNGs",
"authors": {
"Alexey Komnin": "interfere.work@gmail.com"
},
"source": {
"git": "https://github.com/glennrp/libpng.git",
"tag": "v1.6.35"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"requires_arc": false,
"prepare_command": "cp -v scripts/pnglibconf.h.prebuilt ./pnglibconf.h",
"libraries": "z",
"public_header_files": "*.h",
"private_header_files": [
"pngpriv.h",
"pnginfo.h"
],
"source_files": [
"*.{c,h}",
"arm/*.{c,S}",
"intel/*.c"
],
"exclude_files": [
"example.c",
"pngpread.c",
"pngtest.c"
],
"compiler_flags": [
"-DPNG_NO_CONFIG_H",
"-DHAVE_DLFCN_H=1",
"-DHAVE_INTTYPES_H=1",
"-DHAVE_LIBZ=1",
"-DHAVE_MEMORY_H=1",
"-DHAVE_MEMSET=1",
"-DHAVE_POW=1",
"-DHAVE_STDINT_H=1",
"-DHAVE_STDLIB_H=1",
"-DHAVE_STRINGS_H=1",
"-DHAVE_STRING_H=1",
"-DHAVE_SYS_STAT_H=1",
"-DHAVE_SYS_TYPES_H=1",
"-DHAVE_UNISTD_H=1",
"-DSTDC_HEADERS=1",
"-Drestrict=__restrict"
]
}