blob: 8311599a478cf299dc2d3cc4142ad3b60931849d [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.9.9.7",
"summary": "A customized AES encryption library, you can use pod: libHTAESencrypt.",
"description": "A AES encryption and decryption aglorithm wrapped c++ library.",
"homepage": "https://github.com/Young-Je/libHTAESencrypt",
"license": {
"type": "MIT",
"file": "HT_LICENSE"
},
"authors": {
"lev012": "lev012@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Young-Je/libHTAESencrypt.git",
"commit": "f1155bf55c1aa3f7228b0d217442a7c14d5061b8",
"submodules": true
},
"source_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
"public_header_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
"libraries": [
"c++",
"xml2"
],
"subspecs": [
{
"name": "AESCrypt",
"source_files": "libHTAESencrypt/AESCrypt/**/*.{h,m,cpp,mm}",
"public_header_files": "libHTAESencrypt/AESCrypt/**/*.h"
}
]
}