blob: f8a5d44375111ea61041f7cb4a02687811489b45 [file] [log] [blame]
{
"name": "BZipCompression",
"version": "1.0.1",
"license": "Apache2",
"summary": "An Objective-C interface for the BZip2 compression algorithm",
"homepage": "https://github.com/blakewatters/BZipCompression",
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"source": {
"git": "https://github.com/blakewatters/BZipCompression.git",
"tag": "v1.0.1"
},
"source_files": "Code",
"requires_arc": true,
"libraries": "bz2",
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}