blob: 0d6e1ffa9c6c01e4b46c3e7789bcb42bf16d883b [file] [log] [blame]
{
"name": "ZstdKit",
"version": "1.0.1",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "A Swift and Objective-C category for Zstd (Zstandard) compression.",
"homepage": "https://github.com/luckymarmot/ZstdKit",
"authors": {
"Paw": "https://paw.cloud"
},
"source": {
"git": "https://github.com/luckymarmot/ZstdKit.git",
"tag": "1.0.1",
"submodules": true
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": [
"ZstdKit/*.{h,m,c}",
"Dependencies/zstd/lib/*.h",
"Dependencies/zstd/lib/common/*.{c,h}",
"Dependencies/zstd/lib/compress/*.{c,h}",
"Dependencies/zstd/lib/decompress/*.{c,h}"
],
"public_header_files": "ZstdKit/*.h",
"pod_target_xcconfig": {
"CLANG_WARN_COMMA": false,
"CLANG_WARN_UNREACHABLE_CODE": false
}
}