blob: 90b48905d66ab96329634f4a75b1940deecc6fb5 [file] [log] [blame]
{
"name": "NSString+TBEncryption",
"version": "1.0",
"summary": "Lightweight encryption methods for NSString",
"description": " A lightweight pod for adding encryption methods to NSString.\n Includes the following encryption strategies:\n\n * MD5\n * Base64\n * SHA-1\n * XOR\n",
"license": "MIT",
"homepage": "https://github.com/thoughtbot/NSString-TBEncryption",
"authors": [
"Gordon Fontenot",
"thoughtbot"
],
"social_media_url": "http://twitter.com/thoughtbot",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/thoughtbot/NSString-TBEncryption.git",
"tag": "1.0"
},
"source_files": "Source",
"requires_arc": true
}