blob: a243c612b29c02bb827b9ab8191d99457269898a [file] [log] [blame]
{
"name": "lzo2",
"version": "2.10",
"summary": "LZO -- a real-time data compression library",
"homepage": "http://www.oberhumer.com/opensource/lzo/",
"license": {
"type": "GPLv2",
"file": "COPYING"
},
"authors": {
"Markus F.X.J. Oberhumer": "info@oberhumer.com"
},
"source": {
"git": "https://github.com/damageboy/lzo2.git",
"commit": "8809e38dddd719b518dbf86fad8fe0cdd9f6c1c4"
},
"source_files": [
"src/*.{c,h,ch}",
"include/lzo/*.h"
],
"public_header_files": "include/lzo/*.h",
"compiler_flags": [
"-DLZO_CFG_NO_CONFIG_HEADER=1",
"-DLZO_ABI_LITTLE_ENDIAN=1",
"-DHAVE_MEMCMP=1",
"-DHAVE_MEMCPY=1",
"-DHAVE_MEMMOVE=1",
"-DHAVE_MEMSET=1"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/lzo2/include\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}