blob: 3f3aa2ae2bdb93023c583dc5e74fe35842aad147 [file] [log] [blame]
{
"name": "CBHCompressKit",
"version": "1.0.2",
"module_name": "CBHCompressKit",
"summary": "CBHCompressKit provides `CBHCompressor` and `CBHDecompressor` which provide an easy-to-use means of compressing `NSData`.",
"homepage": "https://github.com/chris-huxtable/CBHCompressKit",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHCompressKit.git",
"tag": "v1.0.2"
},
"requires_arc": false,
"public_header_files": "CBHCompressKit/*.h",
"private_header_files": "CBHCompressKit/_*.h",
"source_files": "CBHCompressKit/*.{h,m}"
}