[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / a / 8 / TKCryptor / 1.2.0 / TKCryptor.podspec.json
blob22fe5b7343e8877e443e93b1e4b85814d0eae893
2   "name": "TKCryptor",
3   "version": "1.2.0",
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",
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": "1.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "TKCryptor",
20   "frameworks": "Security"