blob: abe909b5bd768ac03eaa5a9b5c35f5d425e5c42f [file] [log] [blame]
{
"name": "AesKeyWrap",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AesKeyWrap/Classes/**/*"
}