blob: 85cbab96477aa2efcfe0f2846826f79578fecfff [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.9.9.6",
"summary": "A customized AES encryption library, you can use pod: libHTAESencrypt.",
"description": "AES encryption 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": "2ef18ce88a0b3f8ba658aa12094ff4a2313e490b",
"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"
}
]
}