| { |
| "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 |
| } |