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