blob: c1cc0d5fbe1143ab906fb594c7d49421471c5466 [file] [log] [blame]
{
"name": "SharedBase64",
"version": "1.0.2",
"license": {
"type": "Public Domain"
},
"homepage": "https://github.com/mukarev/SharedBase64",
"authors": {
"Markus Kosmal": "code@m-ko-x.de"
},
"summary": "Base64 implementation in C for cross-platform usage",
"description": " Optimized for fast string encoded binary cross-platform communication. Offers base64 encoding based on C code with several wrappers. Base 64 encoded strings will have no wrapping, no padding and are url safe. Only dependency is to <stdlib.h> to acces memory, so usable on many platforms. There is already an objective-c wrapper to use with OSX/iOS.\n",
"source": {
"git": "https://github.com/mko-x/SharedBase64.git",
"tag": "1.0.2"
},
"source_files": [
"Sources/*.{h,c}",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"requires_arc": true
}