blob: b92b33c9963c74ddd9bc5e9766537d86de8a2902 [file] [log] [blame]
{
"name": "BBSZLib",
"version": "0.0.1",
"summary": "NSData categories for zlib compressed data.",
"homepage": "https://github.com/bitbasenyc/nsdata-zlib",
"license": "BSD",
"authors": {
"Justin Prieto": "justin@bitba.se"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bitbasenyc/nsdata-zlib.git",
"tag": "0.0.1"
},
"source_files": "BBSZLib/*.{h,m}",
"libraries": "z",
"requires_arc": true
}