blob: 1417b5624a5c23d6170528ab48e511398e121be3 [file] [log] [blame]
{
"name": "AesKeyWrap",
"version": "0.1.8",
"summary": "AES Key Wrap with Padding Algorithm (RFC 3394 & RFC 5649).",
"description": "ObjC implementation of the AES Key Wrap with Padding Algorithm described in 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": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AesKeyWrap/Classes/**/*"
}