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