[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / 2 / e / snappy-library / 1.1.2 / snappy-library.podspec.json
blobea692867699ecd23418bc2159cf17a910acc810d
2   "name": "snappy-library",
3   "version": "1.1.2",
4   "license": "New BSD",
5   "summary": "A fast compressor/decompressor",
6   "description": "Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression",
7   "homepage": "https://github.com/google/snappy",
8   "authors": "Google Inc.",
9   "platforms": {
10     "ios": "5.0",
11     "osx": "10.7"
12   },
13   "source": {
14     "git": "https://github.com/russellhancox/snappy.git",
15     "tag": "1.1.2"
16   },
17   "prepare_command": "    cp snappy-stubs-public.h.in snappy-stubs-public.h\n\n    sed -i '' 's/@ac_cv_have_stdint_h@/1/g' snappy-stubs-public.h\n    sed -i '' 's/@ac_cv_have_stddef_h@/1/g' snappy-stubs-public.h\n    sed -i '' 's/@ac_cv_have_sys_uio_h@/1/g' snappy-stubs-public.h\n\n    major=$(echo 1.1.2 | cut -d. -f1)\n    minor=$(echo 1.1.2 | cut -d. -f2)\n    patch=$(echo 1.1.2 | cut -d. -f3)\n\n    sed -i '' \"s/@SNAPPY_MAJOR@/$major/g\" snappy-stubs-public.h\n    sed -i '' \"s/@SNAPPY_MINOR@/$minor/g\" snappy-stubs-public.h\n    sed -i '' \"s/@SNAPPY_PATCHLEVEL@/$patch/g\" snappy-stubs-public.h\n",
18   "source_files": [
19     "*.cc",
20     "*.h"
21   ],
22   "public_header_files": [
23     "snappy.h",
24     "snappy-sinksource.h",
25     "snappy-stubs-public.h",
26     "snappy-c.h"
27   ],
28   "exclude_files": [
29     "*-test.*",
30     "*_unittest.cc",
31     "m4",
32     "testdata"
33   ],
34   "deprecated": true