blob: 667273e59bf4c0fef815260d514e0cada3a35207 [file] [log] [blame]
{
"name": "AesGcm",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AesGcm/Classes/**/*"
}