blob: 3ecc707c006af3950fe85a7e105d3d03c272950a [file] [log] [blame]
{
"name": "ASCII85EncodingCategories",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/cbrauchli/Ascii85-Encoding-Categories",
"authors": {
"Chris Brauchli": "cbrauchli@gmail.com"
},
"summary": "Simple categories for NSData and NSString to support encoding them using RFC 1924 compliant ASCII85 encoding.",
"source": {
"git": "https://github.com/cbrauchli/Ascii85-Encoding-Categories.git",
"tag": "v0.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}