[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / 1 / CBHCompressKit / 1.0.2 / CBHCompressKit.podspec.json
blob3f3aa2ae2bdb93023c583dc5e74fe35842aad147
2   "name": "CBHCompressKit",
3   "version": "1.0.2",
4   "module_name": "CBHCompressKit",
5   "summary": "CBHCompressKit provides `CBHCompressor` and `CBHDecompressor` which provide an easy-to-use means of compressing `NSData`.",
6   "homepage": "https://github.com/chris-huxtable/CBHCompressKit",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Huxtable": "chris@huxtable.ca"
13   },
14   "social_media_url": "https://twitter.com/@Chris_Huxtable",
15   "platforms": {
16     "osx": "10.11"
17   },
18   "source": {
19     "git": "https://github.com/chris-huxtable/CBHCompressKit.git",
20     "tag": "v1.0.2"
21   },
22   "requires_arc": false,
23   "public_header_files": "CBHCompressKit/*.h",
24   "private_header_files": "CBHCompressKit/_*.h",
25   "source_files": "CBHCompressKit/*.{h,m}"