[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 5 / lzo2 / 2.10 / lzo2.podspec.json
bloba243c612b29c02bb827b9ab8191d99457269898a
2   "name": "lzo2",
3   "version": "2.10",
4   "summary": "LZO -- a real-time data compression library",
5   "homepage": "http://www.oberhumer.com/opensource/lzo/",
6   "license": {
7     "type": "GPLv2",
8     "file": "COPYING"
9   },
10   "authors": {
11     "Markus F.X.J. Oberhumer": "info@oberhumer.com"
12   },
13   "source": {
14     "git": "https://github.com/damageboy/lzo2.git",
15     "commit": "8809e38dddd719b518dbf86fad8fe0cdd9f6c1c4"
16   },
17   "source_files": [
18     "src/*.{c,h,ch}",
19     "include/lzo/*.h"
20   ],
21   "public_header_files": "include/lzo/*.h",
22   "compiler_flags": [
23     "-DLZO_CFG_NO_CONFIG_HEADER=1",
24     "-DLZO_ABI_LITTLE_ENDIAN=1",
25     "-DHAVE_MEMCMP=1",
26     "-DHAVE_MEMCPY=1",
27     "-DHAVE_MEMMOVE=1",
28     "-DHAVE_MEMSET=1"
29   ],
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/lzo2/include\"",
32     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
33   },
34   "platforms": {
35     "osx": null,
36     "ios": null,
37     "tvos": null,
38     "watchos": null
39   }