[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 9 / Brotli / 1.0.0 / Brotli.podspec.json
blobca43f259b25dbda259cebd327955e680c09c5298
2   "name": "Brotli",
3   "version": "1.0.0",
4   "summary": "An NSData category pod that provides Brotli compression and decompression for iOS",
5   "description": "An NSData category pod that provides Brotli compression and decompression for iOS.",
6   "homepage": "https://github.com/karlvr/Brotli",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Karl von Randow": "karl@xk72.com"
13   },
14   "source": {
15     "git": "https://github.com/karlvr/Brotli.git",
16     "tag": "1.0.0",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "Brotli/Classes/**/*",
24     "Brotli/Source/c/common/*.c",
25     "Brotli/Source/c/dec/*.c",
26     "Brotli/Source/c/enc/*.c"
27   ],
28   "compiler_flags": "-Wno-unreachable-code",
29   "pod_target_xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Brotli/Source/c/include"
31   },
32   "preserve_paths": [
33     "Brotli/Source/c/common/*.h",
34     "Brotli/Source/c/dec/*.h",
35     "Brotli/Source/c/enc/*.h",
36     "Brotli/Source/c/include/**/*"
37   ],
38   "public_header_files": "Brotli/Classes/**/*.h"