[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / a / NSString+TBEncryption / 1.0 / NSString+TBEncryption.podspec.json
blob90b48905d66ab96329634f4a75b1940deecc6fb5
2   "name": "NSString+TBEncryption",
3   "version": "1.0",
4   "summary": "Lightweight encryption methods for NSString",
5   "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",
6   "license": "MIT",
7   "homepage": "https://github.com/thoughtbot/NSString-TBEncryption",
8   "authors": [
9     "Gordon Fontenot",
10     "thoughtbot"
11   ],
12   "social_media_url": "http://twitter.com/thoughtbot",
13   "platforms": {
14     "ios": "7.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/thoughtbot/NSString-TBEncryption.git",
19     "tag": "1.0"
20   },
21   "source_files": "Source",
22   "requires_arc": true