blob: 1bc978183311cd8436f2248177e13ee085a0d750 [file] [log] [blame]
{
"name": "libpng",
"version": "1.6.18",
"summary": "The free reference library for reading and writing PNGs",
"homepage": "http://www.libpng.org/",
"license": {
"type": "Open Source",
"file": "libpng-LICENSE.txt"
},
"authors": {
"Alexey Komnin": "interfere.work@gmail.com"
},
"source": {
"git": "https://github.com/glennrp/libpng.git",
"tag": "v1.6.18"
},
"requires_arc": false,
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"prepare_command": "cp -v scripts/pnglibconf.h.prebuilt ./pnglibconf.h",
"source_files": "*.{h,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"
],
"libraries": "z"
}