blob: 90c9f9c4cdc0ac5254d1e06233abab78de6c3588 [file] [log] [blame]
{
"name": "Base64",
"version": "1.0.0",
"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.0"
},
"source_files": [
"Classes",
"Base64/MF_Base64Additions.{h,m}"
],
"requires_arc": true
}