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