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