blob: 92e09517be3f9545887df4d1b20cc0770df3dd17 [file] [log] [blame]
{
"name": "AesGcm",
"version": "1.2.2",
"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": "1.2.2"
},
"platforms": {
"ios": "8.3"
},
"source_files": "AesGcm/Classes/**/*",
"public_header_files": "AesGcm/Classes/*.h"
}