blob: 024d6bf9f153a753e17190acda4108fba81cb036 [file] [log] [blame]
{
"name": "Base32",
"version": "1.0.2",
"license": "Public Domain",
"summary": "RFC 4648 Base32 implementation in Objective-C ARC.",
"homepage": "http://github.com/ekscrypto/Base32",
"authors": {
"Dave Poirier": "ekscrypto@gmail.com"
},
"source": {
"git": "https://github.com/ekscrypto/Base32.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"Base32/MF_Base32Additions.{h,m}"
],
"requires_arc": true
}