[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 7 / 4 / BrotliKit / 1.0.0 / BrotliKit.podspec.json
blob17c172933be56ca1a5f5a2dc5e2325fa54e23b2f
2   "name": "BrotliKit",
3   "version": "1.0.0",
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.0",
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     "Dependencies/brotli/c/include/brotli/*.h"
29   ],
30   "pod_target_xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/Dependencies/brotli/c/include\" \"$(PODS_ROOT)/BrotliKit/Dependencies/brotli/c/include\"",
32     "CLANG_WARN_UNREACHABLE_CODE": false
33   }