[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / b / 3 / AblyDeltaCodec / 1.2.0 / AblyDeltaCodec.podspec.json
blob7d47e30ec04861a7b6ea3a5985b0466cf0a1d963
2   "name": "AblyDeltaCodec",
3   "version": "1.2.0",
4   "summary": "Cocoa VCDiff decoder",
5   "homepage": "https://ably.io",
6   "authors": {
7     "Ably": "support@ably.io"
8   },
9   "license": "MIT",
10   "social_media_url": "https://twitter.com/ablyrealtime",
11   "description": "Cocoa VCDiff decoder. Uses Xdelta version 3, a C library for delta compression using VCDIFF/RFC 3284 streams.",
12   "source": {
13     "git": "https://github.com/ably/delta-codec-cocoa.git",
14     "tag": "1.2.0",
15     "submodules": true
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "watchos": "4.0",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "DeltaCodec/*.{h}",
26     "source/*.{h,hh,m,mm}",
27     "xdelta/xdelta3/xdelta3.c",
28     "xdelta/xdelta3/xdelta3.h",
29     "xdelta/xdelta3/xdelta3-blkcache.h",
30     "xdelta/xdelta3/xdelta3-cfgs.h",
31     "xdelta/xdelta3/xdelta3-decode.h",
32     "xdelta/xdelta3/xdelta3-djw.h",
33     "xdelta/xdelta3/xdelta3-fgk.h",
34     "xdelta/xdelta3/xdelta3-hash.h",
35     "xdelta/xdelta3/xdelta3-internal.h",
36     "xdelta/xdelta3/xdelta3-list.h",
37     "xdelta/xdelta3/xdelta3-lzma.h",
38     "xdelta/xdelta3/xdelta3-main.h",
39     "xdelta/xdelta3/xdelta3-merge.h",
40     "xdelta/xdelta3/xdelta3-second.h"
41   ],
42   "public_header_files": [
43     "DeltaCodec/*.{h}",
44     "source/ARTDeltaCodec.h"
45   ],
46   "private_header_files": [
47     "source/config.h",
48     "xdelta/xdelta3/xdelta3.h",
49     "xdelta/xdelta3/xdelta3-blkcache.h",
50     "xdelta/xdelta3/xdelta3-cfgs.h",
51     "xdelta/xdelta3/xdelta3-decode.h",
52     "xdelta/xdelta3/xdelta3-djw.h",
53     "xdelta/xdelta3/xdelta3-fgk.h",
54     "xdelta/xdelta3/xdelta3-hash.h",
55     "xdelta/xdelta3/xdelta3-internal.h",
56     "xdelta/xdelta3/xdelta3-list.h",
57     "xdelta/xdelta3/xdelta3-lzma.h",
58     "xdelta/xdelta3/xdelta3-main.h",
59     "xdelta/xdelta3/xdelta3-merge.h",
60     "xdelta/xdelta3/xdelta3-second.h"
61   ],
62   "xcconfig": {
63     "GCC_PREPROCESSOR_DEFINITIONS": "HAVE_CONFIG_H=1"
64   }