blob: f7805cc1319234e825a2ebe97b16dfec57bcc4b9 [file] [log] [blame]
{
"name": "BrotliKit",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift and Objective-C category for Brotli compression.",
"homepage": "https://github.com/luckymarmot/BrotliKit",
"authors": {
"Paw": "https://paw.cloud"
},
"source": {
"git": "https://github.com/luckymarmot/BrotliKit.git",
"tag": "1.0.1",
"submodules": true
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": [
"BrotliKit/*.{h,m,c}",
"Dependencies/brotli/c/common/*.{c,h}",
"Dependencies/brotli/c/dec/*.{c,h}",
"Dependencies/brotli/c/enc/*.{c,h}"
],
"preserve_paths": "Dependencies/brotli/c/include/brotli/*.h",
"public_header_files": "BrotliKit/*.h",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/Dependencies/brotli/c/include\" \"$(PODS_ROOT)/BrotliKit/Dependencies/brotli/c/include\"",
"CLANG_WARN_UNREACHABLE_CODE": false
}
}