[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / BrotliKit / 1.0.2 / BrotliKit.podspec.json
blobca669ff81400c247054084fa57852e20b609d9af
2   "name": "BrotliKit",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift and Objective-C category for Brotli compression.",
9   "homepage": "https://github.com/luckymarmot/BrotliKit",
10   "authors": {
11     "Paw": "https://paw.cloud"
12   },
13   "source": {
14     "git": "https://github.com/luckymarmot/BrotliKit.git",
15     "tag": "1.0.2",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.8"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "BrotliKit/*.{h,m,c}",
25     "Dependencies/brotli/c/common/*.{c,h}",
26     "Dependencies/brotli/c/dec/*.{c,h}",
27     "Dependencies/brotli/c/enc/*.{c,h}"
28   ],
29   "preserve_paths": "Dependencies/brotli/c/include/brotli/*.h",
30   "public_header_files": "BrotliKit/*.h",
31   "pod_target_xcconfig": {
32     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/Dependencies/brotli/c/include\" \"$(PODS_ROOT)/BrotliKit/Dependencies/brotli/c/include\"",
33     "CLANG_WARN_UNREACHABLE_CODE": false
34   }