blob: adab613773669c7ab60fbc3d0cc1665800251069 [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.9.9.5",
"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": "3f4beeb2e6772a35cc5233d327a4e47d6945109d",
"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"
}
]
}