[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / a / 8 / TKCryptor / 0.0.1 / TKCryptor.podspec.json
blob35bb22c44c58fbd8e08db5e9e53fedf6dacf74a3
2   "name": "TKCryptor",
3   "version": "0.0.1",
4   "summary": "AES-CCM encryption and RSA from modulus & exponent ",
5   "description": "                       * Ability to do AES CCM encryption (no auth data)\n                       * Ability to use Modulus and Exponent in RSA encryption\n                       * Native iOS code without dependancies, no need in OpenSSL\n",
6   "homepage": "https://github.com/xslim/TKCryptor",
7   "license": "MIT",
8   "authors": {
9     "Taras Kalapun": "t.kalapun@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/xslim/TKCryptor.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "TKCryptor",
20   "frameworks": "Security"