blob: 313966ad7f0481e09a5572ef75a0b767bd849c69 [file] [log] [blame]
{
"name": "AesKeyWrap",
"version": "1.1.3",
"summary": "AES Key Wrap and AES Key Wrap with Padding algorithms (RFC 3394 & RFC 5649).",
"description": "ObjC implementation of the AES Key Wrap and AES Key Wrap with Padding algorithms (RFC 3394 & RFC 5649).",
"homepage": "https://github.com/indisoluble/AesKeyWrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Enrique de la Torre": "indisoluble_dev@me.com"
},
"source": {
"git": "https://github.com/indisoluble/AesKeyWrap.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AesKeyWrap/Classes/**/*"
}