blob: 22fe5b7343e8877e443e93b1e4b85814d0eae893 [file] [log] [blame]
{
"name": "TKCryptor",
"version": "1.2.0",
"summary": "AES-CCM encryption and RSA from modulus & exponent",
"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",
"homepage": "https://github.com/xslim/TKCryptor",
"license": "MIT",
"authors": {
"Taras Kalapun": "t.kalapun@gmail.com"
},
"source": {
"git": "https://github.com/xslim/TKCryptor.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TKCryptor",
"frameworks": "Security"
}