[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / 1 / a / 8 / TKCryptor / 0.1.1 / TKCryptor.podspec.json
blob0da4fede0ab379d6c8e4ef5cb077242d2c6d6365
2   "name": "TKCryptor",
3   "version": "0.1.1",
4   "summary": "AES-CCM encryption and RSA from modulus & exponent ",
5   "description": "                       * Ability to do AES CCM encryption\n                       * Ability to use Modulus and Exponent in RSA encryption\n                       * Native iOS code without dependancies, no need in OpenSSL\n                       * Tested with RFC 3610 test vectors\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.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "TKCryptor",
20   "frameworks": "Security"