blob: d12ba1a7080317b3f601aa9e026b8a312251edd8 [file] [log] [blame]
{
"name": "AesGcm",
"version": "0.1.5",
"summary": "Galois/Counter Mode (GCM) with Advanced Encryption System (AES).",
"description": "ObjC implementation of Galois/Counter Mode (GCM) with Advanced Encryption System (AES).",
"homepage": "https://github.com/indisoluble/AesGcm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Enrique de la Torre": "indisoluble_dev@me.com"
},
"source": {
"git": "https://github.com/indisoluble/AesGcm.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AesGcm/Classes/**/*"
}