[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 2 / 7 / ZstdKit / 1.0.1 / ZstdKit.podspec.json
blob0d6e1ffa9c6c01e4b46c3e7789bcb42bf16d883b
2   "name": "ZstdKit",
3   "version": "1.0.1",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift and Objective-C category for Zstd (Zstandard) compression.",
9   "homepage": "https://github.com/luckymarmot/ZstdKit",
10   "authors": {
11     "Paw": "https://paw.cloud"
12   },
13   "source": {
14     "git": "https://github.com/luckymarmot/ZstdKit.git",
15     "tag": "1.0.1",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.8"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "ZstdKit/*.{h,m,c}",
25     "Dependencies/zstd/lib/*.h",
26     "Dependencies/zstd/lib/common/*.{c,h}",
27     "Dependencies/zstd/lib/compress/*.{c,h}",
28     "Dependencies/zstd/lib/decompress/*.{c,h}"
29   ],
30   "public_header_files": "ZstdKit/*.h",
31   "pod_target_xcconfig": {
32     "CLANG_WARN_COMMA": false,
33     "CLANG_WARN_UNREACHABLE_CODE": false
34   }