blob: 1f9930c10ce0d70b8c15807bab5f3b9a09f6d0e6 [file] [log] [blame]
{
"name": "BZipCompression",
"version": "1.0.2",
"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.2"
},
"source_files": "Code",
"requires_arc": true,
"libraries": "bz2",
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}